To uninstall eclipse-rcp just follow these instructions.
/debian/stretch/main///install/index.html Eclipse Rich Client Platform (RCP) Debian 9.0 devel 3.8.1-10
sudo apt-get remove eclipse-rcp
Which will remove just the eclipse-rcp package itself.
sudo apt-get remove --auto-remove eclipse-rcp
This will remove the eclipse-rcp package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for eclipse-rcp then this will work.
sudo apt-get purge eclipse-rcp
Or similarly, like this eclipse-rcp
sudo apt-get purge --auto-remove eclipse-rcp
Package | eclipse-rcp |
Version | 3.8.1-10 |
Maintainer | Debian Orbital Alignment Team |
Description | Eclipse Rich Client Platform (RCP) |
Distro | debian |
Release | stretch |
Repo | main |
Section | devel |