Koozali.org: home of the SME Server

Legacy Forums => General Discussion (Legacy) => Topic started by: Asok on December 21, 2005, 04:05:03 PM

Title: How to Remove package
Post by: Asok on December 21, 2005, 04:05:03 PM
I have a client who is running SME 6 with the AV package from http://sme.dungog.net/  I am having problems with it and need to uninstall it.  Does anybody know how to uninstall a package?

Thanks,
Asok
Title: How to Remove package
Post by: byte on December 21, 2005, 04:39:10 PM
Using a normal linux command rpm -e rpmname
Title: How to Remove package
Post by: Asok on December 21, 2005, 04:52:54 PM
Any suggestion if I don't have the RPM from which is was installed?
Title: How to Remove package
Post by: byte on December 21, 2005, 05:03:04 PM
2 ways either email the person you brought it from or do this to check if this is the package you are using if not sure of what AV is installed do a...

rpm -qi clamav-es

that should return whether package is installed or not, then run the other command i gave you to uninstall