I finally started yum upgrade for CentOS 6.0+CR x86_64. yum reports that I have already installed perl-5.10.1-119.el6_1.1, but perl-CGI requests for perl-5.10.1-119.el6 from ISO/base repo. Can someone advise on the best course of action? Logical would be to downgrade perl to the one from ISO file. -- Ljubomir Ljubojevic (Love is in the Air) PL Computers Serbia, Europe Google is the Mother, Google is the Father, and traceroute is your trusty Spiderman... StarOS, Mikrotik and CentOS/RHEL/Linux consultant
On 12/20/2011 03:55 PM, Ljubomir Ljubojevic wrote:> I finally started yum upgrade for CentOS 6.0+CR x86_64. > > yum reports that I have already installed > > perl-5.10.1-119.el6_1.1, > > but perl-CGI requests for > > perl-5.10.1-119.el6 from ISO/base repo. > > Can someone advise on the best course of action? Logical would be to > downgrade perl to the one from ISO file. > >Hi, perhaps it is the same as: http://lists.centos.org/pipermail/centos/2011-December/120923.html You just need a yum clean all && yum update Fabien
On 12/20/2011 09:55 AM, Ljubomir Ljubojevic wrote:> I finally started yum upgrade for CentOS 6.0+CR x86_64. > > yum reports that I have already installed > > perl-5.10.1-119.el6_1.1, > > but perl-CGI requests for > > perl-5.10.1-119.el6 from ISO/base repo. > > Can someone advise on the best course of action? Logical would be to > downgrade perl to the one from ISO file. > >I had the same issue. yum clean all helped with that. Phil