Ubuntu – How to install the latest version of ImageMagick

aptpackage-management

I am trying to install the latest version of ImageMagick.

https://launchpad.net/ubuntu/+source/imagemagick

I'm using Ubuntu 14.04. After I apt-get update, the version of ImageMagick it lists is 6.7.7.10

However, I want to use ImageMagick version 6.8.9.9. Is there a way to install this version with apt-get or some package manager without upgrading to Ubuntu 16.04?

Best Answer

According to http://www.imagemagick.org/discourse-server/viewtopic.php?t=29006#p129405, there is a PPA that provides the 6.8.9.9 version of ImageMagick for Ubuntu 14.04 at https://launchpad.net/~isage-dna/+archive/ubuntu/imagick that you can try at your own risk:

sudo add-apt-repository ppa:isage-dna/imagick
sudo apt-get update
sudo apt-get upgrade