Problem with installed package cups-ipptool

VERSION=“8.10 (Green Obsidian)”

Problem 1: cannot install the best update candidate for package cups-1:2.2.6-63.el8_10.x86_64

  • nothing provides cups-libs(x86-64) = 1:2.2.6-64.el8_10 needed by cups-1:2.2.6-64.el8_10.x86_64 from appstream
    Problem 2: cannot install the best update candidate for package cups-client-1:2.2.6-63.el8_10.x86_64
  • nothing provides cups-libs(x86-64) = 1:2.2.6-64.el8_10 needed by cups-client-1:2.2.6-64.el8_10.x86_64 from appstream
    Problem 3: cannot install the best update candidate for package cups-ipptool-1:2.2.6-63.el8_10.x86_64
  • nothing provides cups-libs(x86-64) = 1:2.2.6-64.el8_10 needed by cups-ipptool-1:2.2.6-64.el8_10.x86_64 from appstream
    Problem 4: package gutenprint-cups-5.2.14-3.el8.x86_64 from @System requires cups, but none of the providers can be installed
  • package cups-1:2.2.6-63.el8_10.x86_64 from @System requires cups-filesystem = 1:2.2.6-63.el8_10, but none of the providers can be installed
  • package cups-1:2.2.6-63.el8_10.x86_64 from appstream requires cups-filesystem = 1:2.2.6-63.el8_10, but none of the providers can be installed
  • package cups-1:2.2.6-57.el8.x86_64 from appstream requires cups-filesystem = 1:2.2.6-57.el8, but none of the providers can be installed
  • package cups-1:2.2.6-60.el8_10.x86_64 from appstream requires cups-filesystem = 1:2.2.6-60.el8_10, but none of the providers can be installed
  • package cups-1:2.2.6-61.el8_10.x86_64 from appstream requires cups-filesystem = 1:2.2.6-61.el8_10, but none of the providers can be installed
  • package cups-1:2.2.6-62.el8_10.x86_64 from appstream requires cups-filesystem = 1:2.2.6-62.el8_10, but none of the providers can be installed
  • cannot install both cups-filesystem-1:2.2.6-64.el8_10.noarch from appstream and cups-filesystem-1:2.2.6-63.el8_10.noarch from @System
  • cannot install both cups-filesystem-1:2.2.6-64.el8_10.noarch from appstream and cups-filesystem-1:2.2.6-57.el8.noarch from appstream
  • cannot install both cups-filesystem-1:2.2.6-64.el8_10.noarch from appstream and cups-filesystem-1:2.2.6-60.el8_10.noarch from appstream
  • cannot install both cups-filesystem-1:2.2.6-64.el8_10.noarch from appstream and cups-filesystem-1:2.2.6-61.el8_10.noarch from appstream
  • cannot install both cups-filesystem-1:2.2.6-64.el8_10.noarch from appstream and cups-filesystem-1:2.2.6-62.el8_10.noarch from appstream
  • cannot install both cups-filesystem-1:2.2.6-64.el8_10.noarch from appstream and cups-filesystem-1:2.2.6-63.el8_10.noarch from appstream
  • cannot install the best update candidate for package gutenprint-cups-5.2.14-3.el8.x86_64
  • cannot install the best update candidate for package cups-filesystem-1:2.2.6-63.el8_10.noarch
  • nothing provides cups-libs(x86-64) = 1:2.2.6-64.el8_10 needed by cups-1:2.2.6-64.el8_10.x86_64 from appstream
    (try to add ‘–allowerasing’ to command line to replace conflicting packages or ‘–skip-broken’ to skip uninstallable packages or ‘–nobest’ to use not only best candidate package

Unable to update! Tried adding “–allowerasing” option. No help. Error persisted. Is the version of linux too old?

As root, show the output of

dnf list cups*

[root@ums kyiu]# dnf list cups*
Last metadata expiration check: 2:36:53 ago on Thu 11 Dec 2025 01:17:55 PM EST.
Installed Packages
cups.x86_64 1:2.2.6-63.el8_10 @appstream
cups-client.x86_64 1:2.2.6-63.el8_10 @appstream
cups-filesystem.noarch 1:2.2.6-63.el8_10 @appstream
cups-filters.x86_64 1.20.0-36.el8_10 @appstream
cups-filters-libs.x86_64 1.20.0-36.el8_10 @appstream
cups-ipptool.x86_64 1:2.2.6-63.el8_10 @appstream
cups-libs.x86_64 1:2.2.6-63.el8_10 @baseos
cups-pk-helper.x86_64 0.2.6-5.el8 @AppStream
Available Packages
cups-devel.i686 1:2.2.6-63.el8_10 appstream
cups-devel.x86_64 1:2.2.6-63.el8_10 appstream
cups-filters-libs.i686 1.20.0-36.el8_10 appstream
cups-libs.i686 1:2.2.6-64.el8_10 baseos
cups-libs.x86_64 1:2.2.6-64.el8_10 baseos
cups-lpd.x86_64 1:2.2.6-63.el8_10 appstream
cups-pdf.x86_64 3.0.2-1.el8 epel

Just in case repodata is not fresh, clear dnf first and make sure system is up-to-date:

dnf clean all
dnf update

then try again with cups.

That did it. Thank you!

1 Like