How To Install ImageMagick on Fedora 34
Introduction
In this tutorial we learn how to install ImageMagick
on Fedora 34.
What is ImageMagick
ImageMagick is an image display and manipulation tool for the X Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF, and Photo CD image formats. It can resize, rotate, sharpen, color reduce, or add special effects to an image, and when finished you can either save the completed work in the original format or a different one. ImageMagick also includes command line programs for creating animated or transparent .gifs, creating composite images, creating thumbnail images, and more. ImageMagick is one of your choices if you need a program to manipulate and display images. If you want to develop your own applications which use ImageMagick code or APIs, you need to install ImageMagick-devel as well. ImageMagick 1 6.9.11.27 3.fc34 x86_64 162 k ImageMagick-6.9.11.27-3.fc34.src.rpm fedora An X application for displaying and manipulating images http ImageMagick ImageMagick is an image display and manipulation tool for the X Window System. ImageMagick can read and write JPEG, TIFF, PNM, GIF, and Photo CD image formats. It can resize, rotate, sharpen, color reduce, or add special effects to an image, and when finished you can either save the completed work in the original format or a different one. ImageMagick also includes command line programs for creating animated or transparent .gifs, creating composite images, creating thumbnail images, and more. ImageMagick is one of your choices if you need a program to manipulate and display images. If you want to develop your own applications which use ImageMagick code or APIs, you need to install ImageMagick-devel as well.
We can use yum
or dnf
to install ImageMagick
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install ImageMagick.
Install ImageMagick on Fedora 34 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install ImageMagick
using dnf
by running the following command:
sudo dnf -y install ImageMagick
Install ImageMagick on Fedora 34 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install ImageMagick
using yum
by running the following command:
sudo yum -y install ImageMagick
How To Uninstall ImageMagick on Fedora 34
To uninstall only the ImageMagick
package we can use the following command:
sudo dnf remove ImageMagick
ImageMagick Package Contents on Fedora 34
/usr/bin/animate
/usr/bin/compare
/usr/bin/composite
/usr/bin/conjure
/usr/bin/convert
/usr/bin/display
/usr/bin/identify
/usr/bin/import
/usr/bin/mogrify
/usr/bin/montage
/usr/bin/stream
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/ff85ec418cf62ac8702477695f199c24289ebc
/usr/lib/.build-id/22
/usr/lib/.build-id/22/f208e652bee9af0fc96d352d5d220d4d4918e4
/usr/lib/.build-id/2e
/usr/lib/.build-id/2e/0edd6938c74b775b801a2a83bbb0f093b7290d
/usr/lib/.build-id/44
/usr/lib/.build-id/44/5bbbdf5b2a9efc6dcd6013153101fc546009c4
/usr/lib/.build-id/64
/usr/lib/.build-id/64/3386c749270f32d7ed725e6956a441379a34c9
/usr/lib/.build-id/83
/usr/lib/.build-id/83/24a3bec6d2528ae0cd7fde57aba88b3638197f
/usr/lib/.build-id/a0
/usr/lib/.build-id/a0/74d103fc3b3227d00316e760feabafc029510d
/usr/lib/.build-id/b6
/usr/lib/.build-id/b6/dfc0f55d4febb0412de325e9541eb580a654ca
/usr/lib/.build-id/bc
/usr/lib/.build-id/bc/b426a376b89a1970d7a79e94fa5b055047e43b
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/eeec5bee92df2ee2e2ad06a9b2c63d39c03c57
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/49321366c24ae03d94fdb09c586da09659c941
/usr/share/doc/ImageMagick
/usr/share/doc/ImageMagick/AUTHORS.txt
/usr/share/doc/ImageMagick/ChangeLog
/usr/share/doc/ImageMagick/LICENSE
/usr/share/doc/ImageMagick/NEWS.txt
/usr/share/doc/ImageMagick/NOTICE
/usr/share/doc/ImageMagick/Platforms.txt
/usr/share/doc/ImageMagick/README.txt
/usr/share/man/man1/ImageMagick.1.gz
/usr/share/man/man1/animate.1.gz
/usr/share/man/man1/compare.1.gz
/usr/share/man/man1/composite.1.gz
/usr/share/man/man1/conjure.1.gz
/usr/share/man/man1/convert.1.gz
/usr/share/man/man1/display.1.gz
/usr/share/man/man1/identify.1.gz
/usr/share/man/man1/import.1.gz
/usr/share/man/man1/mogrify.1.gz
/usr/share/man/man1/montage.1.gz
/usr/share/man/man1/stream.1.gz
/usr/bin/animate
/usr/bin/compare
/usr/bin/composite
/usr/bin/conjure
/usr/bin/convert
/usr/bin/display
/usr/bin/identify
/usr/bin/import
/usr/bin/mogrify
/usr/bin/montage
/usr/bin/stream
/usr/lib/.build-id
/usr/lib/.build-id/07
/usr/lib/.build-id/07/e22b1f49dc9b2b8e064fb5d328aa7f5f336b21
/usr/lib/.build-id/2b
/usr/lib/.build-id/2b/f4f67e8c4f1468efd62490af1e2329e1fca0be
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/015cca0e126fc7e60bd58250119ae260f47887
/usr/lib/.build-id/60
/usr/lib/.build-id/60/775708c482c930ec3f7288b45d48a23c5a873b
/usr/lib/.build-id/6e
/usr/lib/.build-id/6e/16605d057222b9ef219e59b4a8766d7ca22a1b
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/e316a2cc4543762af0692ac8b06a34f0f62439
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/0bf97ddec9a0efee30753be92bf18709a4a648
/usr/lib/.build-id/a8/d9bf46a0f01c869594cfa1d7e6f8fdd7d5c5d4
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/726552912ec22b0f0fca54c8564d926d5398c0
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/5cd0dbc39cfd53fcd27e3dca19e64cc6a9f224
/usr/lib/.build-id/da
/usr/lib/.build-id/da/2de8eca6ffc891fdda07a4e2c43cdf51084fdc
/usr/share/doc/ImageMagick
/usr/share/doc/ImageMagick/AUTHORS.txt
/usr/share/doc/ImageMagick/ChangeLog
/usr/share/doc/ImageMagick/LICENSE
/usr/share/doc/ImageMagick/NEWS.txt
/usr/share/doc/ImageMagick/NOTICE
/usr/share/doc/ImageMagick/Platforms.txt
/usr/share/doc/ImageMagick/README.txt
/usr/share/man/man1/ImageMagick.1.gz
/usr/share/man/man1/animate.1.gz
/usr/share/man/man1/compare.1.gz
/usr/share/man/man1/composite.1.gz
/usr/share/man/man1/conjure.1.gz
/usr/share/man/man1/convert.1.gz
/usr/share/man/man1/display.1.gz
/usr/share/man/man1/identify.1.gz
/usr/share/man/man1/import.1.gz
/usr/share/man/man1/mogrify.1.gz
/usr/share/man/man1/montage.1.gz
/usr/share/man/man1/stream.1.gz
References
- [ImageMagick website](http://www.imagemagick.org/ http://www.imagemagick.org/)
Summary
In this tutorial we learn how to install ImageMagick
on Fedora 34 using yum and dnf.