Link to home
Start Free TrialLog in
Avatar of badwolfff
badwolfffFlag for United Kingdom of Great Britain and Northern Ireland

asked on

How do I uninstall Tomcat 7 from my Ubuntu server?

Hi all,

I installed Tomcat on my Ubuntu 14.04 server recently using the following procedure (I was following a tutorial I found on Digital Ocean):
sudo apt-get install tomcat7
sudo apt-get install tomcat7-docs tomcat7-admin tomcat7-examples
sudo apt-get install default-jdk
sudo apt-get install ant git

Open in new window


How do I uninstall it completely now? Of course I would like the rest of the server to remain intact and working.

thanks
ASKER CERTIFIED SOLUTION
Avatar of Mazdajai
Mazdajai
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I would recommend you to stick with binary zip packages, rather than from the apt repository.

You can easily manage them.