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

In this tutorial we learn how to install perl-Image-PNG-Libpng-tools in Fedora 36. perl-Image-PNG-Libpng-tools is Tools for inspecting PNG images

Introduction

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

What is perl-Image-PNG-Libpng-tools

pnginspect tool prints a text representation of the data within a PNG image file to standard output. If you have Data installed, you can also use it to examine PNG files on the web.

We can use yum or dnf to install perl-Image-PNG-Libpng-tools 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-tools.

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

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

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

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

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

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

sudo dnf remove perl-Image-PNG-Libpng-tools

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

/usr/bin/pnginspect
/usr/share/man/man1/pnginspect.1.gz

References

Summary

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