Monday, 4 July 2016

Remove Tomcat7 from ubuntu

You can remove tomcat using terminal in Ubuntu with these very simple steps:
Step 1: Find all packages related with tomcat
dpkg -l|grep tomcat 
Step 2: Remove desired tomcat package
sudo dpkg -P (package you want to delete)

No comments:

Post a Comment