Issue
During yum update, the following errors occur:
Error:
Problem 1: 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.x86_64 from epel
Problem 2: package ImageMagick-6.9.12.93-2.el9.x86_64 from epel requires ImageMagick-libs(x86-64) = 6.9.12.93-2.el9, but none of the providers can be installed
- cannot install the best update candidate for package ImageMagick-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.x86_64 from epel
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
Environment
- CloudLinux 9
Solution
Update the cloudlinux-release package to the latest version (cloudlinux-release-9.4-1), recreate yum's cache, and re-run the update:
yum update cloudlinux-release --enablerepo=cloudlinux*
yum clean all
yum update
Cause
Outdated cloudlinux-release package.
Useful links
https://changelog.cloudlinux.com/cloudlinux-release-9
Comments
0 comments
Please sign in to leave a comment.