Hi group,
An easy question, I'm sure.
I'm trying to update clamav to the new 0.91 version from rpmforge. I've v 90.3 installed (through yum).
Executing: "yum update clamav" returns: Loading "installonlyn" plugin Loading "priorities" plugin Loading "fastestmirror" plugin Setting up Update Process Setting up repositories Loading mirror speeds from cached hostfile Reading repository metadata in from local files 0 packages excluded due to repository priority protections Could not find update match for clamav No Packages marked for Update/Obsoletion
same results for 'yum update clamav.i386'
Even specificity doesn't seem to help:
yum install clamav-0.91-1.el5.rf.i386.rpm Loading "installonlyn" plugin Loading "priorities" plugin Loading "fastestmirror" plugin Setting up Install Process Setting up repositories rpmforge 100% |=========================| 1.1 kB 00:00 base 100% |=========================| 1.1 kB 00:00 updates 100% |=========================| 951 B 00:00 addons 100% |=========================| 951 B 00:00 extras 100% |=========================| 1.1 kB 00:00 Loading mirror speeds from cached hostfile Reading repository metadata in from local files primary.xml.gz 100% |=========================| 1.1 MB 00:15 rpmforge : ################################################## 4091/4091 Added 268 new packages, deleted 3 old in 11.75 seconds 0 packages excluded due to repository priority protections Parsing package install arguments Nothing to do
Suggestions (and yes, that means pointers to what I've clearly missed <g>) are welcome.
Thanks in advance and apologies for what is surely a small oversight on my part,
Regards, ~Ray
I'm trying to update clamav to the new 0.91 version from rpmforge. I've v 90.3 installed (through yum).
Typically this should probably go on rpmforge users mailing list.
What's output of following :
rpm -q clamav
yum search clamav (does the search show 0.91 as being listed in repo?)
After that, I'd say check priorities/protectbase
Seán
Ray Leventhal wrote:
Hi group,
An easy question, I'm sure.
I'm trying to update clamav to the new 0.91 version from rpmforge. I've v 90.3 installed (through yum).
I got it to update by cleaning yum first:
yum clean all yum update
Mogens
Mogens Kjaer wrote:
Ray Leventhal wrote:
Hi group,
An easy question, I'm sure.
I'm trying to update clamav to the new 0.91 version from rpmforge. I've v 90.3 installed (through yum).
I got it to update by cleaning yum first:
yum clean all yum update
Mogens
Hi all,
I'll try the clean all job first and will post results. If I'm still having difficulties, I will post to rpmforge list.
Thanks for all replies, ~Ray
Ray Leventhal wrote:
Mogens Kjaer wrote:
Ray Leventhal wrote:
Hi group,
An easy question, I'm sure.
I'm trying to update clamav to the new 0.91 version from rpmforge. I've v 90.3 installed (through yum).
I got it to update by cleaning yum first:
yum clean all yum update
Mogens
Hi all,
I'll try the clean all job first and will post results. If I'm still having difficulties, I will post to rpmforge list.
Thanks for all replies, ~Ray _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
yum clean all yum update
worked like a champ!
Thanks Mogens...*very* much appreciated.
~Ray