How to install ImageMagick on Linux

Last updated on September 12, 2020 by Dan Nanni

Question: How can I install ImageMagick on [insert your Linux distro]?

ImageMagick is a suite of command line utilities for image conversion and editing on multiple operating systems including Linux. As one of the most popular image editing software suite, ImageMagick can support almost all kinds of raster image types including GIF, JPEG, PDF, PNG, Postscript, SVG, and TIFF.

Install ImageMagick on Debian, Ubuntu or Linux Mint

ImageMagick is included in a base repository of Debian-based systems. So simply use apt-get command.

$ sudo apt-get install imagemagick

Install ImageMagick on Fedora, CentOS or RHEL

ImageMagick is also part of standard Red Hat-based systems. Thus installation is straightforward with yum command.

$ sudo yum install ImageMagick

Install ImageMagick on OpenSUSE

Installation of ImageMagick is straightforward on OpenSUSE with the use of zypper command.

$ sudo zypper install imagemagick

Support Xmodulo

This website is made possible by minimal ads and your gracious donation via PayPal or credit card

Please note that this article is published by Xmodulo.com under a Creative Commons Attribution-ShareAlike 3.0 Unported License. If you would like to use the whole or any part of this article, you need to cite this web page at Xmodulo.com as the original source.

Xmodulo © 2021 ‒ AboutWrite for UsFeed ‒ Powered by DigitalOcean