How to uninstall eclipse from /root

Using Eclipse installer I erroneously installed it on /root directory (default path) using sudo to run eclipse-inst:enter image description hereAs shown here:enter image description hereNot even a .desktop file was created. After learning about /root and how to install Eclipse I decided I want to uninstall it to do it properly. But if I shouldn't change /root permission, how can I safely remove eclipse?

Using

sudo apt-get autoremove eclipse

returns

Package 'eclipse' is not installed, so not removed
5

1 Answer

I think you can use this thread to solve your issues but you need to remove purge not only eclipse but all related packages...

Read this...

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like