Sunday, May 19, 2024
 Popular · Latest · Hot · Upcoming
2
rated 0 times [  2] [ 0]  / answers: 1 / hits: 19127  / 2 Years ago, thu, december 23, 2021, 12:42:03

I have downloaded eclipse Kepler but when I try to remove eclipse luna from opt by using command
rm eclipse it gives me this message
rm:can't remove "eclipse":is a directory
what i'm trying to di is remove eclipse luna to install eclipse kepler


More From » 14.04

 Answers
0

Assuming you have installed it manually and not using apt

you have to use -r option with rm,

use rm -r /opt/eclipse/



But you have installed it using apt then use:



sudo apt-get autoremove eclipse
rm -r ~/.eclipse/

[#22185] Thursday, December 23, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ticrew

Total Points: 190
Total Questions: 111
Total Answers: 99

Location: Fiji
Member since Wed, Jul 14, 2021
3 Years ago
ticrew questions
Mon, Jan 10, 22, 07:20, 2 Years ago
Wed, Dec 8, 21, 19:25, 3 Years ago
Wed, May 5, 21, 08:17, 3 Years ago
Fri, Mar 10, 23, 17:21, 1 Year ago
Fri, Nov 4, 22, 06:43, 2 Years ago
;