I am trying to install ImageMagick-devel on my CentOS 8.0.1905, but I get the following error:
# yum install ImageMagick-devel
Last metadata expiration check: 2:58:25 ago on Mon 18 Nov 2019 06:58:06 PM EST.
Error:
Problem: conflicting requests
- nothing provides jasper-devel needed by ImageMagick-devel-6.9.10.64-1.el8.x86_64
- nothing provides OpenEXR-devel needed by ImageMagick-devel-6.9.10.64-1.el8.x86_64
- nothing provides ghostscript-devel needed by ImageMagick-devel-6.9.10.64-1.el8.x86_64
- nothing provides lcms2-devel needed by ImageMagick-devel-6.9.10.64-1.el8.x86_64
any idea how to resolve this?
You need to enable the PowerTools repo. As root:
Either of those will work as
yum
redirects todnf
. All of those dependencies are provided by the PowerTools repo.You need to enable powertools
For some
works, but it didn't work for me
After that it should install