Struggling ... Installing ImageMagick (CentOS8)
I couldn't install it with yum dnf, so how to install it with rpm
-
- rpm download
curl -OL https://imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.10-29.x86_64.rpm
curl -OL https://imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.10-29.x86_64.rpm
-
- rpm installation
Due to lack of dependencies, do the following
dnf -y install OpenEXR-libs.x86_64
dnf -y install ilmbase.x86_64
dnf -y install libwmf-lite.x86_64
rpm -Uvh ImageMagick-libs-7.0.10-29.x86_64.rpm
I haven't solved it yet ...