How To Install perl-PPIx-Utils on Fedora 36

In this tutorial we learn how to install perl-PPIx-Utils in Fedora 36. perl-PPIx-Utils is Utility functions for PPI

Introduction

In this tutorial we learn how to install perl-PPIx-Utils on Fedora 36.

What is perl-PPIx-Utils

PPIx documents. The functions are organized into submodules, and may be imported from the appropriate submodule or via this module.

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

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

sudo dnf -y install perl-PPIx-Utils

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

sudo yum -y install perl-PPIx-Utils

How To Uninstall perl-PPIx-Utils on Fedora 36

To uninstall only the perl-PPIx-Utils package we can use the following command:

sudo dnf remove perl-PPIx-Utils

perl-PPIx-Utils Package Contents on Fedora 36

/usr/share/doc/perl-PPIx-Utils
/usr/share/doc/perl-PPIx-Utils/Changes
/usr/share/doc/perl-PPIx-Utils/README
/usr/share/licenses/perl-PPIx-Utils
/usr/share/licenses/perl-PPIx-Utils/LICENSE
/usr/share/man/man3/PPIx::Utils.3pm.gz
/usr/share/man/man3/PPIx::Utils::Classification.3pm.gz
/usr/share/man/man3/PPIx::Utils::Language.3pm.gz
/usr/share/man/man3/PPIx::Utils::Traversal.3pm.gz
/usr/share/perl5/vendor_perl/PPIx
/usr/share/perl5/vendor_perl/PPIx/Utils
/usr/share/perl5/vendor_perl/PPIx/Utils.pm
/usr/share/perl5/vendor_perl/PPIx/Utils/Classification.pm
/usr/share/perl5/vendor_perl/PPIx/Utils/Language.pm
/usr/share/perl5/vendor_perl/PPIx/Utils/Traversal.pm
/usr/share/perl5/vendor_perl/PPIx/Utils/_Common.pm

References

Summary

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