Libraw related update failure of ImageMagick

Hi Everyone,

When I issue the below command
sudo dnf upgrade --allowerasing -y && sudo dnf update --allowerasing -y

I am met with the below errors.

Problem 1: problem with installed package ImageMagick-libs-6.9.12.93-1.el9.x86_64

  • cannot install the best update candidate for package ImageMagick-libs-6.9.12.93-1.el9.x86_64
  • nothing provides libraw_r.so.23()(64bit) needed by ImageMagick-libs-6.9.12.93-2.el9.next.x86_64

Problem 2: problem with installed package ImageMagick-6.9.12.93-1.el9.x86_64

  • cannot install the best update candidate for package ImageMagick-6.9.12.93-1.el9.x86_64
  • package ImageMagick-6.9.12.93-2.el9.next.x86_64 requires ImageMagick-libs(x86-64) = 6.9.12.93-2.el9.next, but none of the providers can be installed
  • nothing provides libraw_r.so.23()(64bit) needed by ImageMagick-libs-6.9.12.93-2.el9.next.x86_64
    (try to add ‘–skip-broken’ to skip uninstallable packages or ‘–nobest’ to use not only best candidate packages)

Any help would be greatly appreciated.

You have epel-next enabled, which will in majority of cases not work on Rocky Linux. You are recommended to disable it.

3 Likes

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.