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