How To Install perl-Imager-Test on Fedora 36

In this tutorial we learn how to install perl-Imager-Test in Fedora 36. perl-Imager-Test is perl-Imager’s Test module

Introduction

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

What is perl-Imager-Test

perl-Imager’s Test module.

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

Install perl-Imager-Test 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-Imager-Test using dnf by running the following command:

sudo dnf -y install perl-Imager-Test

Install perl-Imager-Test 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-Imager-Test using yum by running the following command:

sudo yum -y install perl-Imager-Test

How To Uninstall perl-Imager-Test on Fedora 36

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

sudo dnf remove perl-Imager-Test

perl-Imager-Test Package Contents on Fedora 36

/usr/lib64/perl5/vendor_perl/Imager
/usr/lib64/perl5/vendor_perl/Imager/Test.pm
/usr/share/man/man3/Imager::Test.3pm.gz

References

Summary

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