Last active
January 14, 2019 17:18
-
-
Save nghuuphuoc/7801133 to your computer and use it in GitHub Desktop.
Install ImageMagick on Centos 6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Install ImageMagick | |
$ yum install ImageMagick ImageMagick-devel | |
// Install php imagick extension | |
$ yum --enablerepo=remi,remi-test install php-pecl-imagick |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you, worked perfectly Centos6.9! Anyone landing here from Google, in order for @gediminaskv's command to work ~ don't forget to add the Remi repo. See: https://blog.remirepo.net/pages/Config-en