To uninstall eclipse-jdt just follow these instructions.
sudo apt-get remove eclipse-jdt
This will remove just the eclipse-jdt package itself.
sudo apt-get remove --auto-remove eclipse-jdt
This will remove the eclipse-jdt package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for eclipse-jdt then this will work.
sudo apt-get purge eclipse-jdt
Or similarly, like this eclipse-jdt
sudo apt-get purge --auto-remove eclipse-jdt
Package | eclipse-jdt |
Version | 3.8.1-7 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.eclipse.org/ |
Description | Eclipse Java Development Tools (JDT) |
Distro | ubuntu |
Release | vivid |
Repo | universe |
Section | universe/devel |