Koozali.org: home of the SME Server

uninstall clam av

Offline fixit

  • *
  • 216
  • +0/-0
    • http://www.fixitcomputers.com.au
uninstall clam av
« 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
.........

cc_skavenger

uninstall clam av
« Reply #1 on: July 15, 2005, 05:43:06 PM »
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

Offline fixit

  • *
  • 216
  • +0/-0
    • http://www.fixitcomputers.com.au
uninstall clam av
« Reply #2 on: July 16, 2005, 01:31:28 AM »
Thanks Marco, worked great

Thankyou
.........