Install ImageMagick

I need to install ImageMagick onto AlmaLinux 8.10 with Plesk.
From what I can see PHP already has imagick installed so I just need the main app.
I believe AlmaLinux has it in its repository but how do I get it & install it?
Thanks.

AlmaLinux does not have ImageMagick. EPEL does.

dnf install epel-release
dnf list ImageMagick\*
dnf install ImageMagick