Thread
:
How do I uninstall rpm packages?
View Single Post
#
2
20th April 2005, 11:58
tagammeer
Junior Member
Join Date: Apr 2005
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Run
Code:
rpm -qa | grep -i webmin
You should then find the exact package name. Then run
Code:
rpm -e <package name>
to uninstall it.
tagammeer
View Public Profile
Send a private message to tagammeer
Find all posts by tagammeer