Hi, I work on my droplet with Ubuntu 20.04 with Cyberpanel. I installed via console succesfully Imagick and the php extension but after a few restart I cannot see it on phpinfo().
What can be wrong? I looked everywhere but can’t find an answer. Thanks in advance!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hello @guillermodelicia ,
You can install Imagick using the PHP PPA by Ondřej Surý repository.
First, install the PPA as follows:
Now install php-imagick:
Once this is done you can restart the Apache server and check again.
Hope that this helps! Regards, Alex