Install imagick on Debian Apache

If you’re running a fresh install of WordPress chances are that you will see the error
“The optional module, imagick, is not installed, or has been disabled.”

To solve this error go to command line and type:

sudo apt install php-imagick

When the install is done you need to restart Apache:

sudo service apache2 restart

If you go to your WordPress site and refresh the error should now be gone.

Leave a Reply