How To Install perl-Image-PNG-Libpng on Fedora 36

In this tutorial we learn how to install perl-Image-PNG-Libpng in Fedora 36. perl-Image-PNG-Libpng is Perl interface to the libpng library

Introduction

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

What is perl-Image-PNG-Libpng

Image (Portable Network Graphics) images. It enables Perl to read and write files in the PNG format.

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

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

sudo dnf -y install perl-Image-PNG-Libpng

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

sudo yum -y install perl-Image-PNG-Libpng

How To Uninstall perl-Image-PNG-Libpng on Fedora 36

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

sudo dnf remove perl-Image-PNG-Libpng

perl-Image-PNG-Libpng Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/02
/usr/lib/.build-id/02/678637280c804a62804c1f315793b8c4a8fe1b
/usr/lib64/perl5/vendor_perl/Image
/usr/lib64/perl5/vendor_perl/Image/PNG
/usr/lib64/perl5/vendor_perl/Image/PNG/Const.pm
/usr/lib64/perl5/vendor_perl/Image/PNG/Libpng.pm
/usr/lib64/perl5/vendor_perl/Image/PNG/Libpng.pod
/usr/lib64/perl5/vendor_perl/auto/Image
/usr/lib64/perl5/vendor_perl/auto/Image/PNG
/usr/lib64/perl5/vendor_perl/auto/Image/PNG/Libpng
/usr/lib64/perl5/vendor_perl/auto/Image/PNG/Libpng/Libpng.so
/usr/share/doc/perl-Image-PNG-Libpng
/usr/share/doc/perl-Image-PNG-Libpng/Changes
/usr/share/man/man3/Image::PNG::Const.3pm.gz
/usr/share/man/man3/Image::PNG::Libpng.3pm.gz

References

Summary

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