debian安装imagick

sudo apt-get install php7.4 php7.4-common gcc
sudo apt-get install imagemagick
sudo apt-get install php-imagick
service apache2 reload
php -m | grep imagick

安装mbstring

sudo apt-get install php-mbstring

安装intl

sudo apt-get install php-intl

安装zip

sudo apt-get install php-zip