unable to install CPAN using Yum on CentOS 7.3

Viewed 4499

while trying to install "CPAN" using Yum command [CentOS 7.3(64-bit)] I am getting below error:

---> Package glibc.i686 0:2.17-157.el7 will be installed
--> Processing Dependency: glibc-common = 2.17-157.el7 for package: glibc-2.17-157.el7.i686
---> Package kernel-headers.x86_64 0:3.10.0-514.el7 will be installed
---> Package nss-softokn-freebl.i686 0:3.16.2.3-14.4.el7 will be installed
--> Finished Dependency Resolution
Error: Package: glibc-2.17-157.el7.i686 (cent-7_1-os)
           Requires: glibc-common = 2.17-157.el7
           Installed: glibc-common-2.17-157.el7_3.4.x86_64 (@updates_latest)
               glibc-common = 2.17-157.el7_3.4
           Available: glibc-common-2.17-157.el7.x86_64 (cent-7_1-os)
               glibc-common = 2.17-157.el7

Now on other hand when in run:

 yum install glibc-2.17-157.el7.i686

It shows since I have already updated package:

Package matching glibc-2.17-157.el7.x86_64 already installed. Checking for update

how to work around this? for many of the Perl Modules is throws same error and requires glibc-2.17-157.el7.i686.

Below are list of some modules which throws the error (though there are many other packages which are throwing same error):

yum install perl-ExtUtils-Embed
yum install perl-ExtUtils-ParseXS
yum install perl-ExtUtils-Install

I have also tries to install using source packages, but no success :(

Please guide me if I am asking at wrong platform (No down votes plz)

2 Answers
Related