I tried with :
dnf install GraphcsMagick
yum install ImageMagick
Got always: Unable to find a match
Any idea ?
I tried with :
dnf install GraphcsMagick
yum install ImageMagick
Got always: Unable to find a match
Any idea ?
This worked for me
dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -y
dnf install GraphicsMagick
@yarek you have a typo (GraphcsMagick) it should be GraphicsMagick.
ImageMagick is in EPEL repository[1]. You have to enable EPEL repository in order to install it[2].
[2] https://www.linuxtechi.com/enable-epel-repo-centos8-rhel8-server/