Reputation: 181
What is the equivalent of sudo yum install tomcat7 tomcat7-webapps but for uninstalling tomcat7? Is there a straight forward method and that leaves no trace behind?
sudo yum install tomcat7 tomcat7-webapps
Upvotes: 2
Views: 10142
Reputation: 2717
sudo yum remove tomcat7 tomcat7-webapps.
sudo yum remove tomcat7 tomcat7-webapps
Upvotes: 6