Install ClamAV (Source) (RPM) ([[Attach:clamav-0.87.1-1.src.rpm | SRPM)
- RPM Install
rootshell> rpm -ivh clamav-0.87-1.i386.rpm
- Source Install - Detailed instructions can be found on the clamav homepage
shell> tar zxvf clamav-0.80.tar.gz
shell> cd clamav-0.80
shell> ./configure
shell> make
shell> make check
rootshell> make install
ClamAV installation is now complete. There is still a bit of configuration to be done. See the below configuration section for more information.