Search found 1 match

by harlan
2018-11-13T16:28:38-07:00
Forum: Users
Topic: Cannot install the latest version of ImageMagick on Debian
Replies: 2
Views: 10053

Re: Cannot install the latest version of ImageMagick on Debian

You were close. The following works for me on Ubuntu 18.04.1 LTS (bionic) wget https://imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-7.0.8-14.x86_64.rpm wget https://imagemagick.org/download/linux/CentOS/x86_64/ImageMagick-libs-7.0.8-14.x86_64.rpm sudo apt-get install -y alien sudo alien ...