November 26

How to install Imagick application on Centos 6 or Centos 7

yum install -y ImageMagick ImageMagick-devel

In case when we need to install the latest ImageMagick from the vendor site:

yum install -н openjpeg2 openjpeg-libs fftw-libs-double
Then download the latest ImageMagick from here: https://imagemagick.org/download/linux/CentOS/x86_64/

And move to the install:

rpm -Uvh ImageMagick-libs-7.0.8-53.x86_64.rpm; rpm -Uvh ImageMagick-7.0.8-53.x86_64.rpm; rpm -Uvh ImageMagick-perl-7.0.8-53.x86_64.rpm

In the case with the perl module, now we can “test” it:

perldoc Image::Magick


Copyright 2021. All rights reserved.

Posted 26 November 2018 by admin in category "simple memo

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.