ImageMagick Fail After Upgrade

Linode Staff

Hello,

Imagemagick was not installed on my server upgrade - or at least it is not showing and is giving me errors.

Is this due to an incompatibility with the new server's build?

I want to make sure I get it installed but don't break anything.

1 Reply

Hi,

Taking the Linode disk space upgrade would not have altered any of the data on your Linode or uninstalled any packages.

You can install and update ImageMagick on your Linode with the following commands:

Ubuntu:

    apt update
    apt install php-imagick

CentOS:

    yum install ImageMagick 

Once you’ve confirmed ImageMagick is installed, the application offers logging and debugging flags that may come in handy during your troubleshooting:

http://www.imagemagick.org/script/command-line-options.php#log
http://www.imagemagick.org/script/command-line-options.php#debug
https://www.imagemagick.org/script/exception.php

If you’d like to provide any specific errors you’re receiving we can help you troubleshoot further.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct