How To install ImageMagick PHP Imagick Tool on Rocky Linux 8.5

preview_player
Показать описание
in This Tutorial you will learn " How To Install ImageMagick , PHP Imagick (Image Manipulation) Tool on Rocky Linux 8.5"

ImageMagick is a free open source simple software suite for any kind of image manipulation that is used for creating, editing, converting, displaying image files.

cat /etc/system-release ; hostname ; hostname -I ; dnf groupinstall "Development Tools" -y

dnf install dnf-plugins-core
dnf install epel-release -y
dnf config-manager --set-enabled powertools
dnf makecache
dnf install -y ImageMagick ImageMagick-devel

dnf install -y php php-devel php-pear make
pecl install imagick

php -m
Рекомендации по теме
Комментарии
Автор

The notes don't match what's in the video! Which set are correct?

pmulroney