• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Source Digit

Source Digit

Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • How To
  • Ubuntu
  • Instagram
  • Blogging
  • Android
  • WordPress
  • +More
    • Cloud Computing
    • Gadgets
    • Social Media
    • Technology
  • Write for Us
Home / How To / How To Install ImageMagick On Ubuntu And Check ImageMagick Version

How To Install ImageMagick On Ubuntu And Check ImageMagick Version

By Sourabh / March 18, 2023 Category: How To, Ubuntu

Terminal command to install ImageMagick on Ubuntu Linux and how to check ImageMagick version Ubuntu Linux Systems.

Read below to find out how to install ImageMagick 7 on Ubuntu Linux via Appimage and Source.

Method 1: Install ImageMagick 7 on Ubuntu via Appimage

Run the following commands in terminal to install ImageMagick 7 on Ubuntu via Appimage:

$ wget https://download.imagemagick.org/ImageMagick/download/binaries/magick
$ chmod +x magick
$ sudo mv magick /usr/bin/
$ ./magick

Method 2: Install ImageMagick 7 on Ubuntu via Source

Run the following commands in terminal to install ImageMagick 7 on Ubuntu via Source:


$ wget https://download.imagemagick.org/ImageMagick/download/ImageMagick.tar.gz
$ tar xvf ImageMagick.tar.gz
$ cd ImageMagick-7.1.0-37/
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig /usr/local/lib
Once the installation is complete you verify the installation and check the version of ImageMagick using the magick -version command.

Primary Sidebar

Latest Posts

Ubuntu 25.04 ‘Plucky Puffin’ Is Available To Download

How to Login as Root User in Linux Terminal

Install Firefox In Ubuntu Terminal Command Line

How To Check Kernel Installed Date In Linux Ubuntu

How To List All Kernel Modules That Are Loaded In Ubuntu

Enable Ubuntu Auto Login Without Password

Download Ubuntu 25.04 Official Default Wallpapers

How To Fix Initramfs Error In Ubuntu Command Line

How To Check All Available Kernel Version In Linux Ubuntu

3 Best Artificial Intelligence Domain Name Generators

© 2025 Source Digit • Linux, Ubuntu Tutorials & News, Technology, Gadgets & Gizmos

  • Home
  • About
  • Privacy Policy
  • Terms & Conditions
  • Contact Us
  • Sitemap