How To Install perl-PPI-PowerToys on Fedora 36

In this tutorial we learn how to install perl-PPI-PowerToys in Fedora 36. perl-PPI-PowerToys is Handy collection of small PPI-based utilities

Introduction

In this tutorial we learn how to install perl-PPI-PowerToys on Fedora 36.

What is perl-PPI-PowerToys

The PPI PowerToys are a small collection of utilities for working with Perl files, modules and distributions.

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

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

sudo dnf -y install perl-PPI-PowerToys

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

sudo yum -y install perl-PPI-PowerToys

How To Uninstall perl-PPI-PowerToys on Fedora 36

To uninstall only the perl-PPI-PowerToys package we can use the following command:

sudo dnf remove perl-PPI-PowerToys

perl-PPI-PowerToys Package Contents on Fedora 36

/usr/bin/ppi_copyright
/usr/bin/ppi_version
/usr/share/doc/perl-PPI-PowerToys
/usr/share/doc/perl-PPI-PowerToys/Changes
/usr/share/doc/perl-PPI-PowerToys/README
/usr/share/licenses/perl-PPI-PowerToys
/usr/share/licenses/perl-PPI-PowerToys/LICENSE
/usr/share/man/man3/PPI::PowerToys.3pm.gz
/usr/share/perl5/vendor_perl/PPI
/usr/share/perl5/vendor_perl/PPI/App
/usr/share/perl5/vendor_perl/PPI/App/ppi_copyright.pm
/usr/share/perl5/vendor_perl/PPI/App/ppi_version.pm
/usr/share/perl5/vendor_perl/PPI/PowerToys.pm

References

Summary

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