How To Install GraphicsMagick-perl on Rocky Linux 8

In this tutorial we learn how to install GraphicsMagick-perl on Rocky Linux 8. GraphicsMagick-perl is GraphicsMagick perl bindings

Introduction

In this tutorial we learn how to install GraphicsMagick-perl on Rocky Linux 8.

What is GraphicsMagick-perl

Perl bindings to GraphicsMagick. Install GraphicsMagick-perl if you want to use any perl scripts that use GraphicsMagick.

We can use yum or dnf to install GraphicsMagick-perl on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install GraphicsMagick-perl.

Install GraphicsMagick-perl on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install GraphicsMagick-perl using dnf by running the following command:

sudo dnf -y install GraphicsMagick-perl

Install GraphicsMagick-perl on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install GraphicsMagick-perl using yum by running the following command:

sudo yum -y install GraphicsMagick-perl

How To Uninstall GraphicsMagick-perl on Rocky Linux 8

To uninstall only the GraphicsMagick-perl package we can use the following command:

sudo dnf remove GraphicsMagick-perl

GraphicsMagick-perl Package Contents on Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/940e6a4609192c2cd5e1755e9e0c972b573122
/usr/lib64/perl5/vendor_perl/Graphics
/usr/lib64/perl5/vendor_perl/Graphics/Magick.pm
/usr/lib64/perl5/vendor_perl/auto/Graphics
/usr/lib64/perl5/vendor_perl/auto/Graphics/Magick
/usr/lib64/perl5/vendor_perl/auto/Graphics/Magick/Magick.so
/usr/lib64/perl5/vendor_perl/auto/Graphics/Magick/autosplit.ix
/usr/share/doc/GraphicsMagick-perl
/usr/share/doc/GraphicsMagick-perl/Changelog
/usr/share/doc/GraphicsMagick-perl/README.txt
/usr/share/doc/GraphicsMagick-perl/demo
/usr/share/doc/GraphicsMagick-perl/demo/Generic.ttf
/usr/share/doc/GraphicsMagick-perl/demo/Makefile
/usr/share/doc/GraphicsMagick-perl/demo/README
/usr/share/doc/GraphicsMagick-perl/demo/Turtle.pm
/usr/share/doc/GraphicsMagick-perl/demo/annotate.pl
/usr/share/doc/GraphicsMagick-perl/demo/button.pl
/usr/share/doc/GraphicsMagick-perl/demo/composite.pl
/usr/share/doc/GraphicsMagick-perl/demo/demo.pl
/usr/share/doc/GraphicsMagick-perl/demo/lsys.pl
/usr/share/doc/GraphicsMagick-perl/demo/model.gif
/usr/share/doc/GraphicsMagick-perl/demo/model.miff
/usr/share/doc/GraphicsMagick-perl/demo/piddle.pl
/usr/share/doc/GraphicsMagick-perl/demo/pink_flower.gif
/usr/share/doc/GraphicsMagick-perl/demo/red_flower.gif
/usr/share/doc/GraphicsMagick-perl/demo/shadow_text.pl
/usr/share/doc/GraphicsMagick-perl/demo/shapes.pl
/usr/share/doc/GraphicsMagick-perl/demo/smile.gif
/usr/share/doc/GraphicsMagick-perl/demo/steganography.pl
/usr/share/doc/GraphicsMagick-perl/demo/tile.gif
/usr/share/doc/GraphicsMagick-perl/demo/tree.pl
/usr/share/doc/GraphicsMagick-perl/demo/yellow_flower.gif
/usr/share/man/man3/Graphics::Magick.3pm.gz

References

Summary

In this tutorial we learn how to install GraphicsMagick-perl on Rocky Linux 8 using yum and dnf.