I installed Eclipse Mars using Oomph installer on Centos 7. How do I uninstall it cleanly?
Asked
Active
Viewed 1,749 times
1 Answers
0
As root you could use whereis and locate to find all the directories or files where things are, and then remove them one by one.

Jonathan Van Dam
- 630
- 9
- 23
-
Thanks Jonathan. It looks like removing manually is the only way to do it. – Balaji Sukumaran Dec 19 '15 at 19:19
-
2From what I know, there's at least 3 folders that can be removed. The Eclipse installation folder can obviously be removed. ~/.p2 is used to share features and plugins between many Eclipse installations done with Oomph. The folder can be removed, but that could break other Eclipse installations if there's some. ~/.eclipse : A folder that contains (among other things) the Oomph profile of the current user. The main reason to remove it is to reset the preferences stored with the Oomph Preference Recorder, since they will be reused if Eclipse is reinstalled with Oomph. – Marc-André Mar 29 '16 at 01:25
-
@Marc-André Consider answering the question with the information in your comment. It surely helped me. Thanks. – Katu Jul 14 '17 at 18:02