Hi,
I'm currently installing a dozen CentOS 7 + KDE desktops in our local school. I've already installed a minimal X11 + WindowMaker, and now I want to install KDE on top of that, but the installation fails. There's some broken dependency in the repos. I've narrowed the problem down to the libkexiv2 package. Here's that I get.
# yum install libkexiv2 ... --> Running transaction check ---> Package kde-l10n.noarch 0:4.10.5-2.el7 will be installed ---> Package libkexiv2.x86_64 0:4.10.5-4.el7 will be installed --> Processing Dependency: libexiv2.so.26()(64bit) for package: libkexiv2-4.10.5-4.el7.x86_64 ---> Package strigi-libs.x86_64 0:0.7.7-13.20120626.el7 will be installed --> Processing Dependency: libexiv2.so.26()(64bit) for package: strigi-libs-0.7.7-13.20120626.el7.x86_64 --> Finished Dependency Resolution Error: Package: strigi-libs-0.7.7-13.20120626.el7.x86_64 (base) Requires: libexiv2.so.26()(64bit) Error: Package: libkexiv2-4.10.5-4.el7.x86_64 (base) Requires: libexiv2.so.26()(64bit) You could try using --skip-broken to work around the problem
What now ?
Niki