How To Install perl-Graphics-TIFF on Fedora 36

In this tutorial we learn how to install perl-Graphics-TIFF in Fedora 36. perl-Graphics-TIFF is Perl extension for the LibTIFF library

Introduction

In this tutorial we learn how to install perl-Graphics-TIFF on Fedora 36.

What is perl-Graphics-TIFF

The Graphics LibTIFF library in a Perlish and object-oriented way.

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

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

sudo dnf -y install perl-Graphics-TIFF

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

sudo yum -y install perl-Graphics-TIFF

How To Uninstall perl-Graphics-TIFF on Fedora 36

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

sudo dnf remove perl-Graphics-TIFF

perl-Graphics-TIFF Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/7debb747d7df396fa112199ca5507d9274a2e5
/usr/lib64/perl5/vendor_perl/Graphics
/usr/lib64/perl5/vendor_perl/Graphics/TIFF.pm
/usr/lib64/perl5/vendor_perl/auto/Graphics
/usr/lib64/perl5/vendor_perl/auto/Graphics/TIFF
/usr/lib64/perl5/vendor_perl/auto/Graphics/TIFF/TIFF.so
/usr/share/doc/perl-Graphics-TIFF
/usr/share/doc/perl-Graphics-TIFF/Changes
/usr/share/doc/perl-Graphics-TIFF/README
/usr/share/doc/perl-Graphics-TIFF/examples
/usr/share/doc/perl-Graphics-TIFF/examples/tiff2pdf.pl
/usr/share/doc/perl-Graphics-TIFF/examples/tiffinfo.pl
/usr/share/man/man3/Graphics::TIFF.3pm.gz

References

Summary

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