ClamAV never is upgraded

General support questions
Post Reply
lepe
Posts: 10
Joined: 2017/05/05 17:31:54

ClamAV never is upgraded

Post by lepe » 2018/04/17 17:03:19

Hi all

I cant update to clamav with "yum update clamav"; I though the Centos Repo includes the last updates of clamav

I tried runing "yum --enablerepo=epel-testing --noplugins update clam\*" like I read in older post from this forum but it dont worked
I also tried add a comment to last line "#FRESHCLAM_DELAY=disabled-warn # REMOVE ME" in /etc/sysconfig/freshclam but it dont worked

You can see all my repos installed in images atached

best regards
Attachments
clamav_never_update.jpg
clamav_never_update.jpg (45.31 KiB) Viewed 6510 times
centos7_repos_installed.jpg
centos7_repos_installed.jpg (70.41 KiB) Viewed 6510 times

pjsr2
Posts: 614
Joined: 2014/03/27 20:11:07

Re: ClamAV never is upgraded

Post by pjsr2 » 2018/04/17 18:16:39

You have two kinds of updates with clamav:
  1. update of the clamav software package
  2. update of the clamav virus signatures
The update of the clamav package is done by

Code: Select all

yum update clamav
The update of the virus database is done by

Code: Select all

freshclam
You virus database is up-to-date, the current version is 24488.

The version of clamav that is currently available from EPEL is 0.99.4. Yours is 0.99.2. Your "yum update" command does not list the epel repository. It looks like you have not configured or disabled that repo. Check your repo configuration with

Code: Select all

sudo yum repolist all
ClamAV has released version 0.100.0 just a week ago. The package at EPEL has not been updated to that version yet.

lepe
Posts: 10
Joined: 2017/05/05 17:31:54

Re: ClamAV never is upgraded

Post by lepe » 2018/04/17 19:04:43

thank you for your info.

I wrote "rpm -ivh https://dl.fedoraproject.org/pub/epel/e ... noarch.rpm" to enable epel repo and later "yum update" but any update is found in clamav 0.99.2

Still all these repos are showned as disabled:

!epel/x86_64 Extra Packages for Enterprise Li disabled
epel-debuginfo/x86_64 Extra Packages for Enterprise Li disabled
epel-source/x86_64 Extra Packages for Enterprise Li disabled
epel-testing/x86_64 Extra Packages for Enterprise Li disabled
epel-testing-debuginfo/x86_64 Extra Packages for Enterprise Li disabled
epel-testing-source/x86_64 Extra Packages for Enterprise Li disabled

thank you

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: ClamAV never is upgraded

Post by hunter86_bg » 2018/04/17 20:25:59

Can you try:

Code: Select all

yum --enablerepo=epel update clamav

lepe
Posts: 10
Joined: 2017/05/05 17:31:54

Re: ClamAV never is upgraded

Post by lepe » 2018/04/17 21:20:58

hunter86_bg wrote:Can you try:

Code: Select all

yum --enablerepo=epel update clamav
Thank you very much, it worked !!
:D :D

with best regards

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: ClamAV never is upgraded

Post by hunter86_bg » 2018/04/18 04:22:22

You should consider to permanently enable the epel repo, so you can stay up to date:

Code: Select all

yum-config-manager --enable epel

Post Reply