Click to See Complete Forum and Search --> : How to uninstall rpms?


keywi
11-10-2002, 08:45 PM
I have installed some apps and some don't work and others don't quite do what i want them to do. Anyway, Ogle has never worked. How would I uninstall this program? I have been to the packages part of RH8. It is not listed in the list.:confused:

oneofthevoicesi
11-10-2002, 09:04 PM
rpm -e thepackage

the package isn't the same as thepackage.rpm

Elijah
11-11-2002, 09:23 AM
you can find what the exact package and version you're looking for by typing:
rpm -qa | grep packagename
where 'packagename' goes to whatever program name you want to look for.