Yum update failed - dependency error

General support questions
Post Reply
ricardo.claus
Posts: 55
Joined: 2016/07/04 12:46:08

Yum update failed - dependency error

Post by ricardo.claus » 2017/09/20 15:30:48

Hello everyone
I am running yum update on a Centos 7 x86_64, but some dependency errors appear.
I have come to seek help to resolve this issue.
Could someone give me a hint?
Thank you


Error: Pacote: libgpod-0.8.3-14.el7.x86_64 (@epel)
Requer: libplist.so.1()(64bit)
Removendo: libplist-1.10-4.el7.x86_64 (@anaconda)
libplist.so.1()(64bit)
Atualizado por: libplist-1.12-3.el7.x86_64 (base)
~libplist.so.3()(64bit)
Error: Pacote: libgpod-0.8.3-14.el7.x86_64 (@epel)
Requer: libusbmuxd.so.2()(64bit)
Removendo: usbmuxd-1.0.8-11.el7.x86_64 (@anaconda)
libusbmuxd.so.2()(64bit)
Obsoletado por: usbmuxd-1.1.0-1.el7.x86_64 (base)
Não encontrado
Error: Pacote: libgpod-0.8.3-14.el7.x86_64 (@epel)
Requer: libimobiledevice.so.4()(64bit)
Removendo: libimobiledevice-1.1.5-6.el7.x86_64 (@anaconda)
libimobiledevice.so.4()(64bit)
Atualizado por: libimobiledevice-1.2.0-1.el7.x86_64 (base)
~libimobiledevice.so.6()(64bit)
Você pode tentar usar o parâmetro --skip-broken para contornar o problema
** Encontrado(s) 4 problema(s) pré-existente(s) do rpmdb, saída do 'yum check' a seguir:
ipa-client-4.4.0-14.el7.centos.7.x86_64 tem conflitos instalados freeipa-client: ipa-client-4.4.0-14.el7.centos.7.x86_64
ipa-client-common-4.4.0-14.el7.centos.7.noarch tem conflitos instalados freeipa-client-common: ipa-client-common-4.4.0-14.el7.centos.7.noarch
ipa-common-4.4.0-14.el7.centos.7.noarch tem conflitos instalados freeipa-common: ipa-common-4.4.0-14.el7.centos.7.noarch
ipa-python-compat-4.4.0-14.el7.centos.7.noarch tem conflitos instalados freeipa-python-compat: ipa-python-compat-4.4.0-14.el7.centos.7.noarch

User avatar
TrevorH
Site Admin
Posts: 33202
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: Yum update failed - dependency error

Post by TrevorH » 2017/09/20 15:37:07

Please read the CentOS Release Notes https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7 for important information before you start the update.
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

ricardo.claus
Posts: 55
Joined: 2016/07/04 12:46:08

Re: Yum update failed - dependency error

Post by ricardo.claus » 2017/09/20 17:36:09

TrevorH wrote:Please read the CentOS Release Notes https://wiki.centos.org/Manuals/ReleaseNotes/CentOS7 for important information before you start the update.

Dear Trevorh

Your tip helped me a lot.
The problem was in lib libppod.
To solve the problem, I executed the following commands:

# yum install rdma-core
# yum downgrade libgpod
# yum update

Thanks for the support.

Post Reply