Koozali.org: home of the SME Server

How to uninstall a rpm?

Bill

How to uninstall a rpm?
« on: July 24, 2003, 07:32:03 AM »
I installed the flexbackup rpm and now need to remove it. I have never had to uninstall anything on linux so pardon the newbie question....

How do I uninstall rpm's?

TIA,

Bill

Terry

Re: How to uninstall a rpm?
« Reply #1 on: July 24, 2003, 07:35:42 AM »
rpm -e rpm.name.but.dont.include.architecture

if you installed dmc-mitel-portforwarding-0.0.1-5.noarch.rpm, to uninstall it'd be:

rpm -e dmc-mitel-portforwarding-0.0.1-5

HTH, Terry

Cyrus Bharda

Re: How to uninstall a rpm?
« Reply #2 on: July 24, 2003, 07:36:47 AM »
Bill,

Easy:

rpm -e nameofpackage

for example I install crap-0.1-04.rpm to uninstall I would:

rpm -e crap-0.1-04

Cyrus Bharda

Dan Brown

Re: How to uninstall a rpm?
« Reply #3 on: July 24, 2003, 07:41:18 AM »
Or even rpm -e crap

Schotty

Re: How to uninstall a rpm?
« Reply #4 on: July 24, 2003, 02:34:06 PM »
And would this delete all crap from my pc?



lol

Michael Smith

Re: How to uninstall a rpm?
« Reply #5 on: July 24, 2003, 10:35:24 PM »
[root@mylife root]# rpm -e stupid_people
[root@mylife root]# rpm -e bad_jobs
[root@mylife root]# rpm -e illness
[root@mylife root]# rpm -e accidents
[root@mylife root]# rpm -Uvh tons_of_cash
[root@mylife root]# rpm -Uvh loving_wife
[root@mylife root]# rpm -Uvh kool_kids

Ah, bliss!!!!