Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started 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
-
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
-
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
-
Or even rpm -e crap
-
And would this delete all crap from my pc?
lol
-
[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!!!!