How to install ImageMagick in Solus

Written by Administrator on Sunday April 26, 2020

Imagemagick is a powerful tool to images processing and it's in Solus repository, so installation is very fast and easy:

$ sudo eopkg install imagemagick

If you have default fresh Solus installation, your system will download and install some additional libraries needed for running ImageMagick.

Output:

Following packages will be installed:
freeglut  ilmbase  imagemagick  jasper  libheif  libraw  libtiff  libwebp  openexr  x265
Total size of package(s): 7.62 MB
There are extra packages due to dependencies. Do you want to continue? (yes/no)yes
Downloading 1 / 10
Package ilmbase found in repository Solus
ilmbase-2.3.0-6-1-x86_64.eopkg (78.0 KB)100%     40.68 KB/s [00:00:00] [complete]
Downloading 2 / 10
Package openexr found in repository Solus
openexr-2.3.0-8-1-x86_64.eopkg (2.8 MB)100%     36.85 KB/s [00:00:00] [complete]
Downloading 3 / 10
Package libwebp found in repository Solus
libwebp-1.0.3-14-1-x86_64.eopkg (308.0 KB)100%     52.17 KB/s [00:00:00] [complete]
Downloading 4 / 10
Package x265 found in repository Solus
x265-3.3-16-1-x86_64.eopkg     (1.1 MB)100%     43.88 KB/s [00:00:00] [complete]
Downloading 5 / 10
Package libheif found in repository Solus
libheif-1.6.2-10-1-x86_64.eopkg (184.0 KB)100%     46.82 KB/s [00:00:00] [complete]
Downloading 6 / 10
Package libtiff found in repository Solus
libtiff-4.1.0-32-1-x86_64.eopkg (185.0 KB)100%     42.50 KB/s [00:00:00] [complete]
Downloading 7 / 10
Package freeglut found in repository Solus
freeglut-3.2.1-12-1-x86_64.eopkg (83.0 KB)100%     60.63 KB/s [00:00:00] [complete]
Downloading 8 / 10
Package jasper found in repository Solus
jasper-2.0.16-13-1-x86_64.eopkg (494.0 KB)100%     52.24 KB/s [00:00:00] [complete]
Downloading 9 / 10
Package libraw found in repository Solus
libraw-0.19.5-11-1-x86_64.eopkg (272.0 KB)100%     46.14 KB/s [00:00:00] [complete]
Downloading 10 / 10
Package imagemagick found in repository Solus
imagemagick-7.0.10_7-142-1-x86_64.eopkg (2.1 MB)100%     57.98 KB/s [00:00:00] [complete]
Installing 1 / 10
ilmbase-2.3.0-6-1-x86_64.eopkg [cached]
Installing ilmbase, version 2.3.0, release 6
Extracting the files of ilmbase
Installed ilmbase
Installing 2 / 10
openexr-2.3.0-8-1-x86_64.eopkg [cached]
Installing openexr, version 2.3.0, release 8
Extracting the files of openexr
Installed openexr
Installing 3 / 10
libwebp-1.0.3-14-1-x86_64.eopkg [cached]
Installing libwebp, version 1.0.3, release 14
Upgrading to new distribution release
Extracting the files of libwebp
Upgraded libwebp
Installing 4 / 10
x265-3.3-16-1-x86_64.eopkg [cached]
Installing x265, version 3.3, release 16
Upgrading to new upstream version
Extracting the files of x265
Upgraded x265
Installing 5 / 10
libheif-1.6.2-10-1-x86_64.eopkg [cached]
Installing libheif, version 1.6.2, release 10
Extracting the files of libheif
Installed libheif
Installing 6 / 10
libtiff-4.1.0-32-1-x86_64.eopkg [cached]
Installing libtiff, version 4.1.0, release 32
Upgrading to new upstream version
Extracting the files of libtiff
Upgraded libtiff
Installing 7 / 10
freeglut-3.2.1-12-1-x86_64.eopkg [cached]
Installing freeglut, version 3.2.1, release 12
Extracting the files of freeglut
Installed freeglut
Installing 8 / 10
jasper-2.0.16-13-1-x86_64.eopkg [cached]
Installing jasper, version 2.0.16, release 13
Extracting the files of jasper
Installed jasper
Installing 9 / 10
libraw-0.19.5-11-1-x86_64.eopkg [cached]
Installing libraw, version 0.19.5, release 11
Extracting the files of libraw
Installed libraw
Installing 10 / 10
imagemagick-7.0.10_7-142-1-x86_64.eopkg [cached]
Installing imagemagick, version 7.0.10_7, release 142
Extracting the files of imagemagick
Installed imagemagick
 [✓] Syncing filesystems                                                success
 [✓] Updating dynamic library cache                                     success
 [✓] Updating mimetype database                                         success
 [✓] Updating manpages database                                         success

In order to use ImageMagick, we will have to use alias name of the app (which is set up in our system by default) - magick.

Let's check, if ImageMagick was installed:

$ magick --version

output:

Version: ImageMagick 7.0.10-7 Q16 x86_64 2020-04-22 https://imagemagick.org
Copyright: © 1999-2020 ImageMagick Studio LLC
License: https://imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP(4.5) 
Delegates (built-in): bzlib cairo fontconfig freetype heic jng jp2 jpeg lcms lzma openexr pangocairo png raw rsvg tiff webp x xml zlib

So, ImageMagick was installed well.

Category: linux Tags: eopkg imagemagick install solus