how to install imagemagick on CloudLinux installed server

This is very simple to install imagemagick on cloud Linux based cPanel server. Before setting up you must have an idea about imagemagik. It’s an addon for your cPanel server that allows image manipulation.


Installation on CloudLinux installed server

In a CloudLinux set up server there is an additional step to enable package for users on that server. You will have to set up ImageMagick within CageFS as follows to make those binaries available within CageFS:
To see the list of RPMs currently installed under CageFS:

cagefsctl --list-rpm

To add a new RPM:

cagefsctl --addrpm ImageMagick

To implement the changes:

cagefsctl --force-update

That’s all.