imagick install cpanel alamalinux 8

How to Install ImageMagick on cPanel Almalinux Server ?

 

  1. Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
  2. Install the operating system's ImageMagick packages if not already installed.
    • CentOS 7 or CloudLinux 7
    • yum install ImageMagick ImageMagick-devel -y
    • AlmaLinux 8/9, CloudLinux 8/9, Rocky Linux 8/9
    • dnf config-manager --set-enabled epel
    • dnf install ImageMagick ImageMagick-devel -y
    • Ubuntu
    • apt install imagemagick magickwand
  3. Log in to WHM as the root user.
  4. Navigate to "Home / Software / Module Installers"
  5. Click on the "Manage link" to the right of "PHP PECL."
  6. Select your desired version of PHP from the drop-down menu.
  7. Click the "Apply" button.
  8. Under "Install a PHP Pecl," enter "imagick" (without the quotes).
  9. Click the "Install Now" button.
  10. Update CageFS if it is installed.
    • Navigating to "Home / Plugins / CageFS."
    • Click the "Update CageFS Skeleton" button.
  11. Restart PHP-FPM if it is installed.
    • Navigate to "Home / Restart Services / PHP-FPM service for Apache."
    • Click the "Restart" button.
  • imagick install cpanel alamalinux 8, Install Imagick on cPanel server
  • 0 Пользователи нашли это полезным
Помог ли вам данный ответ?

Связанные статьи

How to access server via Remote Desktop (RDP)?

Remote Desktop Protocol (RDP) is a proprietary protocol developed by Microsoft, which provides a...

How to install Let’s Encrypt on CentOS 7 with Apache?

Today, we will show you, How to install Let’s Encrypt on CentOS 7 with Apache. Let’s Encrypt is a...

Domains are not showing in WHM -> List accounts

We were unable to see any domains listed under WHM -> List Accounts. However, we can see the...

HOW TO INSTALL LITESPEED WEB SERVER IN LINUX SERVER?

Litespeed Cache is useful to increase high performance for your Wordpress Website. Following are...

Remove ONLY_FULL_GROUP_BY in my.cnf file

Remove ONLY_FULL_GROUP_BY in my.cnf file First you need to find my.cnf file location and then...