[CentOS] clamav and centos

Fri Jul 29 17:31:32 UTC 2005
Phil Schaffner <Philip.R.Schaffner at nasa.gov>

On Thu, 2005-07-28 at 16:57 -0600, Carlos Arellano wrote:
> I am trying to install clamav in centos ia64.
> 
>  
> 
> Descompresed the file, I run configure but I can get the daemon
> running (clamd and freshclam).
> 
>  
> 
> Any one knows how can I install clamav on linux.

It is in Karanbir Singh's and Dag Wieers' repos:

# cat /etc/yum.repos.d/kbsingh-CentOS-Extras.repo
[kbs-CentOS-Extras]
name=CentOS.Karan.Org-EL$releasever - Stable
baseurl=http://centos.karan.org/el$releasever/extras/stable/$basearch/RPMS/
gpgcheck=1
gpgkey=http://centos.karan.org/RPM-GPG-KEY-karan.org.txt
enabled=1

# cat /etc/yum.repos.d/dag.repo
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag/
gpgcheck=1
gpgkey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
enabled=0

Enable one or the other and do "yum search clamav".  Also see mailing
list archives for related discussions.

Phil