Package issues

General support questions
Post Reply
webies
Posts: 1
Joined: 2017/05/10 12:55:40

Package issues

Post by webies » 2017/05/10 13:02:18

Hello

Recently I've been trying to setup an RDP in my server but things didn't works as expected so I removed the package that I've installed

but now, when I run yum update I get the follow error:
--> Finished Dependency Resolution
Error: Package: libass-0.10.0-1.el6.x86_64 (@epel)
Requires: libfribidi.so.0()(64bit)
Removing: fribidi-0.19.2-2.el6.x86_64 (@epel)
libfribidi.so.0()(64bit)
Updated By: fribidi-0.19.2-3.el7.nux.x86_64 (nux-dextop)
Not found
Error: Package: gettext-devel-0.17-18.el6.x86_64 (@base)
Requires: libgcj_bc.so.1()(64bit)
Removing: libgcj-4.4.7-18.el6.x86_64 (@base)
libgcj_bc.so.1()(64bit)
Updated By: libgcj-4.8.2-16.el7.i686 (nux-dextop)
Not found
Error: Package: libcddb-1.3.2-12.el7.nux.x86_64 (nux-dextop)
Requires: libcdio.so.15(CDIO_15)(64bit)
Error: Package: libcddb-1.3.2-12.el7.nux.x86_64 (nux-dextop)
Requires: libcdio.so.15()(64bit)
Error: Package: fribidi-0.19.2-3.el7.nux.x86_64 (nux-dextop)
Requires: libfribidi = 0.19.2-3.el7.nux
Error: Package: python-setuptools-0.6.49-1.el7.nux.noarch (nux-dextop)
Requires: python(abi) = 2.7
Installed: python-2.6.6-66.el6_8.x86_64 (@updates)
python(abi) = 2.6
Available: python3-3.3.2-12.el7.nux.x86_64 (nux-dextop)
python(abi) = 3.3
Available: python34-3.4.5-1.el6.i686 (epel)
python(abi) = 3.4
Error: Package: libgcj-4.8.2-16.el7.i686 (nux-dextop)
Requires: libgmp.so.10
Error: Package: fribidi-0.19.2-3.el7.nux.x86_64 (nux-dextop)
Requires: libfribidi.so.0()(64bit)
Removing: fribidi-0.19.2-2.el6.x86_64 (@epel)
libfribidi.so.0()(64bit)
Updated By: fribidi-0.19.2-3.el7.nux.x86_64 (nux-dextop)
Not found
Error: Package: fribidi-devel-0.19.2-2.el6.x86_64 (@epel)
Requires: libfribidi.so.0()(64bit)
Removing: fribidi-0.19.2-2.el6.x86_64 (@epel)
libfribidi.so.0()(64bit)
Updated By: fribidi-0.19.2-3.el7.nux.x86_64 (nux-dextop)
Not found
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
How can I fix this?

thank you

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

Re: Package issues

Post by TrevorH » 2017/05/10 13:53:42

You've got conflicting versions of the repos installed. Some of those packages have .el6. in their names, others have .el7. indicating that they are for CentOS 6 and 7 respectively. You cannot install el7 packages on el6 or vice versa. You need to determine which version of CentOS you have installed (rpm -q centos-release) and then uninstall the repo which is not for your version. Once uninstalled, install the correct version of the repo and run yum clean all to clean up the old invalid metadata and try again. Also, check your installed packages to make sure you don't have anything for the wrong version installed - so on CentOS 6 run rpm -qa | grep el7 and then find el6 versions of any packages that are listed. If you're on CentOS 7 then reverse that and grep for el6.
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

Post Reply