ClamAV

From WeWeWeb Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Homepage of clamav: http://www.clamav.net/

For Fedora,

After adding Fedora US to yum & up2date

yum install clamav
yum install clamav-update

Test the clamav update interactively by:

freshclam

To activate the freshclam,

In /etc/cron.daily,
add a file clamav-update.cron:
 #!/bin/sh
 /usr/bin/freshclam --quiet
set execute mode: chmod +x clamav-update.cron

For CentOS:

It has yum repository, to install:

RPMForge: rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm

Source: http://dag.wieers.com/rpm/FAQ.php#B

To install clamav from RPM SRC:

Download the independent rpm src file in http://packages.sw.be/clamav/

Eg. clamav-0.96.2-2.rf.src.rpm

Uninstall the old version.

Change to root and install as normally done for an RPM

 rpm -ivh clamav-0.96.2-2.rf.src.rpm


Change directory to /usr/src/redhat/SPECS/ and issue the command

rpmbuild -ba --clean clamav.spec

If you are not interested in the sendmail milter, then you can add --without milter. (need to ensure the packet check-devel has been installed.)

Upon completion, you can find the rpm in /usr/src/refhat/RPMS/i386.


Goto Linux