[CentOS] sa-update error with perl

John Doe jdmls at yahoo.com
Thu Jan 5 14:10:54 UTC 2012


From: email builder <emailbuilder88 at yahoo.com>

> Hmm, OK, prioritze CentOS repo over RepoForge then will yum update
> figure out the rest?  I don't see any priority settings in my yum conf 
> files...

# yum list | grep priorities
yum-priorities.noarch                      1.1.16-16.el5.centos        installed

# cat /etc/yum/pluginconf.d/priorities.conf 
[main]
enabled = 1
check_obsoletes=1

Then add "priority=n" to the repos sections.
n=1 for CentOS
n=2 for repo 2
etc...

> Interestingly, I get this:
> rpm -q --whatrequires perl-IO-Socket-INET6
> no package requires perl-IO-Socket-INET6

# rpm -q --provides perl-IO-Socket-INET6
perl(IO::Socket::INET6) = 2.51
perl-IO-Socket-INET6 = 2.51-2.fc6

# rpm -q --whatrequires "perl(IO::Socket::INET6)"
spamassassin-3.3.1-2.el5

JD



More information about the CentOS mailing list