Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: fixit on July 15, 2005, 02:19:53 PM
-
I would like to know what the command is for uninstalling clam av
I downloaded it from pagefault, had some trouble, it would not appear in the server manager console, so I tried the install script from swerts-knudsen, when i ran the script I got an error msg
clamav-0.85-4es
clamav-db-0.85-4es being uninstalled to prepare for upgrade....
Stopping Clam AntiVirus Daemon: [ FAILED ]
error: removing these packages would break dependencies:
clamav = 0.85-4es is needed by clamd-0.85-4es
libclamav.so.1 is needed by clamd-0.85-4es
Uninstall of ClamAV failed - You need to uninstall manually - sorry
Thanks
-
This is an example, substitute the correct file names you get from the following command:
rpm -qa | grep clam
you should get something like this:
clamav-es-libs-0.86-es01
clamav-es-0.86-es01
then type:
rpm -e clamav-es-libs-0.86-es01 clamav-es-0.86-es01
This should uninstall them.
HTH
-
Thanks Marco, worked great
Thankyou