Library conficts

General support questions
Post Reply
FranekW
Posts: 36
Joined: 2017/05/11 21:19:21

Library conficts

Post by FranekW » 2017/09/18 13:53:49

I am trying to update Centos 7 but I have got conflicts and yum stops. I cannot make it get through even though the conflicted packages are, as I found, not too much important.

This is the error:

Code: Select all

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: ipa-client-4.4.0-14.el7.centos.7.x86_64 (@updates)
           Requires: python2-ipaclient = 4.4.0-14.el7.centos.7
           Removing: python2-ipaclient-4.4.0-14.el7.centos.7.noarch (@updates)
               python2-ipaclient = 4.4.0-14.el7.centos.7
           Updated By: python2-ipaclient-4.5.0-21.el7.centos.1.2.noarch (updates)
               python2-ipaclient = 4.5.0-21.el7.centos.1.2
           Available: python2-ipaclient-4.5.0-20.el7.centos.noarch (base)
               python2-ipaclient = 4.5.0-20.el7.centos
           Available: python2-ipaclient-4.5.0-21.el7.centos.noarch (updates)
               python2-ipaclient = 4.5.0-21.el7.centos
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: python2-ipaclient-4.5.0-21.el7.centos.1.2.noarch (updates)
           Requires: ipa-client-common = 4.5.0-21.el7.centos.1.2
           Installed: ipa-client-common-4.4.0-14.el7.centos.7.noarch (@updates)
               ipa-client-common = 4.4.0-14.el7.centos.7
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: ipa-client-4.4.0-14.el7.centos.7.x86_64 (@updates)
           Requires: ipa-common = 4.4.0-14.el7.centos.7
           Removing: ipa-common-4.4.0-14.el7.centos.7.noarch (@updates)
               ipa-common = 4.4.0-14.el7.centos.7
           Updated By: ipa-common-4.5.0-21.el7.centos.1.2.noarch (updates)
               ipa-common = 4.5.0-21.el7.centos.1.2
           Available: ipa-common-4.5.0-20.el7.centos.noarch (base)
               ipa-common = 4.5.0-20.el7.centos
           Available: ipa-common-4.5.0-21.el7.centos.noarch (updates)
               ipa-common = 4.5.0-21.el7.centos

ipa-client-4.4.0-14.el7.centos.7.x86_64 has installed conflicts freeipa-client: ipa-client-4.4.0-14.el7.centos.7.x86_64
ipa-client-common-4.4.0-14.el7.centos.7.noarch has installed conflicts freeipa-client-common: ipa-client-common-4.4.0-14.el7.centos.7.noarch
ipa-common-4.4.0-14.el7.centos.7.noarch has installed conflicts freeipa-common: ipa-common-4.4.0-14.el7.centos.7.noarch
ipa-python-compat-4.4.0-14.el7.centos.7.noarch has installed conflicts freeipa-python-compat: ipa-python-compat-4.4.0-14.el7.centos.7.noarch
I tried everything I know but cannot figure out how to proceed. I tried these commands:

Code: Select all

sudo yum autoremove
sudo yum clean all
package-cleanup --dupes
package-cleanup --cleandupes
Yum always stops at the same point. I don't know how to cope with conflicts. Probably the best would be to force reinstall everything with correct libraries. I googled the problem but have not found answers for that. There is one post which says not to worry about ipa conflicts because it is sorted in 7.4. I still cannot proceed to update, though.

stevemowbray
Posts: 519
Joined: 2012/06/26 14:20:47

Re: Library conficts

Post by stevemowbray » 2017/09/18 15:20:08

You need to read the 7.4 release notes. Essentially, run

Code: Select all

yum downgrade libgpod
before doing the update.

FranekW
Posts: 36
Joined: 2017/05/11 21:19:21

Re: Library conficts

Post by FranekW » 2017/09/19 09:20:14

I found it. Thanks.

PS. Just in case someone else is looking for the issue, this is the link:
https://wiki.centos.org/Manuals/Release ... tOS7%29%29

Post Reply