Created
August 23, 2018 16:23
-
-
Save speeddragon/420eefdff5cc49a6d6f3a83d595eb2d5 to your computer and use it in GitHub Desktop.
ImageMagick RPM to DEB
This file contains hidden or 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
wget https://www.imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.8-10.x86_64.rpm | |
sudo alien ImageMagick-7.0.8-10.x86_64.rpm | |
sudo dpkg -i imagemagick_7.0.8-11_amd64.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment