Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Bill on July 24, 2003, 07:32:03 AM

Title: How to uninstall a rpm?
Post by: Bill 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
Title: Re: How to uninstall a rpm?
Post by: Terry 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
Title: Re: How to uninstall a rpm?
Post by: Cyrus Bharda 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
Title: Re: How to uninstall a rpm?
Post by: Dan Brown on July 24, 2003, 07:41:18 AM
Or even rpm -e crap
Title: Re: How to uninstall a rpm?
Post by: Schotty on July 24, 2003, 02:34:06 PM
And would this delete all crap from my pc?



lol
Title: Re: How to uninstall a rpm?
Post by: Michael Smith 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!!!!