How To Install perl-Test-Image-GD on Fedora 36

In this tutorial we learn how to install perl-Test-Image-GD in Fedora 36. perl-Test-Image-GD is Module for testing images using GD

Introduction

In this tutorial we learn how to install perl-Test-Image-GD on Fedora 36.

What is perl-Test-Image-GD

This module is meant to be used for testing custom graphics, it attempts to “visually” compare the images, this means it ignores invisible differences like color palettes and meta data. It also provides some extra functions to check the size of the image.

We can use yum or dnf to install perl-Test-Image-GD on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Test-Image-GD.

Install perl-Test-Image-GD on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install perl-Test-Image-GD

Install perl-Test-Image-GD on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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

sudo yum -y install perl-Test-Image-GD

How To Uninstall perl-Test-Image-GD on Fedora 36

To uninstall only the perl-Test-Image-GD package we can use the following command:

sudo dnf remove perl-Test-Image-GD

perl-Test-Image-GD Package Contents on Fedora 36

/usr/share/doc/perl-Test-Image-GD
/usr/share/doc/perl-Test-Image-GD/Changes
/usr/share/doc/perl-Test-Image-GD/README
/usr/share/man/man3/Test::Image::GD.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Image
/usr/share/perl5/vendor_perl/Test/Image/GD.pm

References

Summary

In this tutorial we learn how to install perl-Test-Image-GD on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).