Installing php-imagick
on a previous version of NCP broke the installation due to an issue with the php-json
package. Is it safe to install php-8.1-imagick
to satisfy the warning on the web user interface?
If you want to install the imagick package only to satisfy the warning, don’t do it.
The imagick package has itself some safety flaws and is therefore not installed by default with ncp.
1 Like
Thanks for your reply! Good to know about the security concern with this package . I will not install it.
What would be the best procedure to remove imagick once it has been installed?
I found the following:
/var/lib/php/modules/8.1/fpm/enabled_by_maint/imagick
/var/lib/php/modules/8.1/registry/imagick
/var/lib/php/modules/8.1/cli/enabled_by_maint/imagick
/var/lib/php/modules/8.1/apache2/enabled_by_maint/imagick
/usr/include/php/20210902/ext/imagick
I suppose you could do sudo apt remove --purge php8.1-imagick
. Anyone is free to correct me if I’m wrong
1 Like