Upgrading ClamAV

 

Upgrading ClamAV

  • Download the latest stable ClamAV distribution from http://www.clamav.net
  • Expand the distribution and cd into the resultant directory and build ClamAV using:
    tar -xzf clamav-*
    cd clamav*
    ./configure --disable-zlib-vcheck
    make
    make install
    replace "Example" "#Example" -- /usr/local/etc/freshclam.conf
    replace "Example" "#Example" -- /usr/local/etc/clamd.conf
  • Run freshclam to download the latest definitions:
    freshclam
  • If you're using the clamavmodule, check you have the latest version installed:
    /scripts/perlinstaller --force Mail::ClamAV


Thanks for the Original Author of current tutorial : http://www.configserver.com/cp/upgrade.html

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

Default Redhat Linux based 'iptables' firewall script.

Firewall has syntax errors or other problems. Need the default file. # put this into...

Changing APF log for TDP/UDP drop's

If you’re tired of seeing your /var/log/messages log file full of dropped traffic from APF...