Skip to content

Instantly share code, notes, and snippets.

@speeddragon
Created August 23, 2018 16:23
Show Gist options
  • Save speeddragon/420eefdff5cc49a6d6f3a83d595eb2d5 to your computer and use it in GitHub Desktop.
Save speeddragon/420eefdff5cc49a6d6f3a83d595eb2d5 to your computer and use it in GitHub Desktop.
ImageMagick RPM to DEB
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