How To Install perl-Image-Info on Fedora 36

In this tutorial we learn how to install perl-Image-Info in Fedora 36. perl-Image-Info is Image meta information extraction module for Perl

Introduction

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

What is perl-Image-Info

This Perl extension allows you to extract meta information from various types of image files.

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

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

sudo dnf -y install perl-Image-Info

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

sudo yum -y install perl-Image-Info

How To Uninstall perl-Image-Info on Fedora 36

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

sudo dnf remove perl-Image-Info

perl-Image-Info Package Contents on Fedora 36

/usr/share/doc/perl-Image-Info
/usr/share/doc/perl-Image-Info/CHANGES
/usr/share/doc/perl-Image-Info/CREDITS
/usr/share/doc/perl-Image-Info/README
/usr/share/doc/perl-Image-Info/TODO
/usr/share/doc/perl-Image-Info/exifdump
/usr/share/doc/perl-Image-Info/imgdump
/usr/share/man/man3/Bundle::Image::Info::Everything.3pm.gz
/usr/share/man/man3/Bundle::Image::Info::PNG.3pm.gz
/usr/share/man/man3/Bundle::Image::Info::SVG.3pm.gz
/usr/share/man/man3/Bundle::Image::Info::XBM.3pm.gz
/usr/share/man/man3/Bundle::Image::Info::XPM.3pm.gz
/usr/share/man/man3/Image::Info.3pm.gz
/usr/share/man/man3/Image::Info::BMP.3pm.gz
/usr/share/man/man3/Image::Info::GIF.3pm.gz
/usr/share/man/man3/Image::Info::ICO.3pm.gz
/usr/share/man/man3/Image::Info::PPM.3pm.gz
/usr/share/man/man3/Image::Info::SVG.3pm.gz
/usr/share/man/man3/Image::Info::TIFF.3pm.gz
/usr/share/man/man3/Image::Info::WBMP.3pm.gz
/usr/share/man/man3/Image::Info::XBM.3pm.gz
/usr/share/man/man3/Image::Info::XPM.3pm.gz
/usr/share/perl5/vendor_perl/Bundle
/usr/share/perl5/vendor_perl/Bundle/Image
/usr/share/perl5/vendor_perl/Bundle/Image/Info
/usr/share/perl5/vendor_perl/Bundle/Image/Info/Everything.pm
/usr/share/perl5/vendor_perl/Bundle/Image/Info/PNG.pm
/usr/share/perl5/vendor_perl/Bundle/Image/Info/SVG.pm
/usr/share/perl5/vendor_perl/Bundle/Image/Info/XBM.pm
/usr/share/perl5/vendor_perl/Bundle/Image/Info/XPM.pm
/usr/share/perl5/vendor_perl/Image
/usr/share/perl5/vendor_perl/Image/Info
/usr/share/perl5/vendor_perl/Image/Info.pm
/usr/share/perl5/vendor_perl/Image/Info/BMP.pm
/usr/share/perl5/vendor_perl/Image/Info/GIF.pm
/usr/share/perl5/vendor_perl/Image/Info/ICO.pm
/usr/share/perl5/vendor_perl/Image/Info/JPEG.pm
/usr/share/perl5/vendor_perl/Image/Info/PNG.pm
/usr/share/perl5/vendor_perl/Image/Info/PPM.pm
/usr/share/perl5/vendor_perl/Image/Info/SVG
/usr/share/perl5/vendor_perl/Image/Info/SVG.pm
/usr/share/perl5/vendor_perl/Image/Info/SVG/XMLLibXMLReader.pm
/usr/share/perl5/vendor_perl/Image/Info/SVG/XMLSimple.pm
/usr/share/perl5/vendor_perl/Image/Info/TIFF.pm
/usr/share/perl5/vendor_perl/Image/Info/WBMP.pm
/usr/share/perl5/vendor_perl/Image/Info/WEBP.pm
/usr/share/perl5/vendor_perl/Image/Info/XBM.pm
/usr/share/perl5/vendor_perl/Image/Info/XPM.pm
/usr/share/perl5/vendor_perl/Image/TIFF.pm

References

Summary

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