Page 1 of 1

Ubuntu 16, upgrade 6.8.9-9 to 6.9.3-10

Posted: 2018-01-16T05:53:42-07:00
by Defacta
Hello,

I installed imagemagick on my Ubuntu 16.04 server with this easy command:

Code: Select all

apt-get install php-imagick
Everything is installed with good dependencies.

But I would like to install the version 6.9.3. I can't do that with apt and I tried to do it with dpk by downloading files here:
https://www.ubuntuupdates.org/package/c ... k-6-common
And :

Code: Select all

dpkg -i libmagickcore-6.q16-3_6.9.7.4+dfsg-16ubuntu2_amd64.deb libmagickwand-6.q16-3_6.9.7.4+dfsg-16ubuntu2_amd64.deb php-imagick_3.4.3~rc2-2ubuntu2_amd64.deb
But I get some dependencies issues, if I resolve them by upgrading some package I can't do any more "apt-get upgrade" without errors.

Can I download a binary of ImageMagick for PHP which would not depend on packages installed on the server?

Thanks,
Vincent.