LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   CentOS (https://www.linuxquestions.org/questions/centos-111/)
-   -   CentOS yum update failed. (https://www.linuxquestions.org/questions/centos-111/centos-yum-update-failed-4175616347/)

indikaaruna 10-25-2017 04:00 AM

CentOS yum update failed.
 
My Current CentOS Linux release 7.3.1611 (Core)

I try to update using yum. I go following error message.


> Processing Dependency: /usr/sbin/ldconfig for package: libbluray1-0.4.0-6.el7.x86_64
--> Finished Dependency Resolution
Error: Package: libx264_142-0.142-20_20140406.2245.el7.x86_64 (@atrpms)
Requires: /usr/sbin/ldconfig
Removing: glibc-2.17-157.el7_3.5.i686 (@updates)
Not found
Updated By: glibc-2.17-196.el7.i686 (base)
Not found
Error: Package: libgpod-0.8.3-14.el7.x86_64 (@epel)
Requires: libusbmuxd.so.2()(64bit)
Removing: usbmuxd-1.0.8-11.el7.x86_64 (@anaconda)
libusbmuxd.so.2()(64bit)
Obsoleted By: usbmuxd-1.1.0-1.el7.x86_64 (base)
Not found
Error: Package: libva1-1.3.1-11.el7.x86_64 (@atrpms)
Requires: /usr/sbin/ldconfig
Removing: glibc-2.17-157.el7_3.5.i686 (@updates)
Not found
Updated By: glibc-2.17-196.el7.i686 (base)
Not found
Error: Package: libxvidcore4-1.3.2-15.el7.x86_64 (@atrpms)
Requires: /usr/sbin/ldconfig
Removing: glibc-2.17-157.el7_3.5.i686 (@updates)
Not found
Updated By: glibc-2.17-196.el7.i686 (base)
Not found
Error: Package: libgpod-0.8.3-14.el7.x86_64 (@epel)
Requires: libimobiledevice.so.4()(64bit)
Removing: libimobiledevice-1.1.5-6.el7.x86_64 (@anaconda)
libimobiledevice.so.4()(64bit)
Updated By: libimobiledevice-1.2.0-1.el7.x86_64 (base)
~libimobiledevice.so.6()(64bit)
Error: Package: libbluray1-0.4.0-6.el7.x86_64 (@atrpms)
Requires: /usr/sbin/ldconfig
Removing: glibc-2.17-157.el7_3.5.i686 (@updates)
Not found
Updated By: glibc-2.17-196.el7.i686 (base)
Not found
Error: Package: libgpod-0.8.3-14.el7.x86_64 (@epel)
Requires: libplist.so.1()(64bit)
Removing: libplist-1.10-4.el7.x86_64 (@anaconda)
libplist.so.1()(64bit)
Updated By: libplist-1.12-3.el7.x86_64 (base)
~libplist.so.3()(64bit)
Error: Package: libva-x11_1-1.3.1-11.el7.x86_64 (@atrpms)
Requires: /usr/sbin/ldconfig
Removing: glibc-2.17-157.el7_3.5.i686 (@updates)
Not found
Updated By: glibc-2.17-196.el7.i686 (base)
Not found
Error: Package: 1:libfaad2-2.7-18.el7.x86_64 (@atrpms)
Requires: /usr/sbin/ldconfig
Removing: glibc-2.17-157.el7_3.5.i686 (@updates)
Not found
Updated By: glibc-2.17-196.el7.i686 (base)
Not found
Error: Package: libva-drm1-1.3.1-11.el7.x86_64 (@atrpms)
Requires: /usr/sbin/ldconfig
Removing: glibc-2.17-157.el7_3.5.i686 (@updates)
Not found
Updated By: glibc-2.17-196.el7.i686 (base)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest


Please help me to fix this issue.

jsbjsb001 10-25-2017 09:26 AM

This thread might help: https://www.linuxquestions.org/quest...rs-4175614800/

From the sounds of it, it might be the libgpod package that is causing the problem.

indikaaruna 10-26-2017 04:51 AM

Quote:

Originally Posted by jsbjsb001 (Post 5773689)
This thread might help: https://www.linuxquestions.org/quest...rs-4175614800/

From the sounds of it, it might be the libgpod package that is causing the problem.



Thanks for your reply. My problem solved after remove the packages.


sudo yum remove glibc-2.17-157.el7_3.5.i686
sudo yum remove libgpod-0.8.3-14.el7.x86_64
sudo yum remove libfaad2-2.7-18.el7.x86_64
sudo yum remove libxvidcore4-1.3.2-15.el7.x86_64
sudo yum remove libva-drm1-1.3.1-11.el7.x86_64
sudo yum remove libbluray1-0.4.0-6.el7.x86_64
sudo yum remove libx264_142-0.142-20_20140406.2245.el7.x86_64
sudo yum remove libva-x11_1-1.3.1-11.el7.x86_64
sudo yum remove libva1-1.3.1-11.el7.x86_64


All times are GMT -5. The time now is 12:59 AM.