How To Install perl-PPI-XS on Fedora 36

In this tutorial we learn how to install perl-PPI-XS in Fedora 36. perl-PPI-XS is XS acceleration for PPI

Introduction

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

What is perl-PPI-XS

PPI selectively replaces a (small but growing) number of methods throughout PPI with identical but much faster C versions.

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

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

sudo dnf -y install perl-PPI-XS

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

sudo yum -y install perl-PPI-XS

How To Uninstall perl-PPI-XS on Fedora 36

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

sudo dnf remove perl-PPI-XS

perl-PPI-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/16
/usr/lib/.build-id/16/52aa7441149fd171eb4d870937a7eeb16e6ce4
/usr/lib64/perl5/vendor_perl/PPI
/usr/lib64/perl5/vendor_perl/PPI/XS.pm
/usr/lib64/perl5/vendor_perl/auto/PPI
/usr/lib64/perl5/vendor_perl/auto/PPI/XS
/usr/lib64/perl5/vendor_perl/auto/PPI/XS/XS.so
/usr/share/doc/perl-PPI-XS
/usr/share/doc/perl-PPI-XS/CONTRIBUTING
/usr/share/doc/perl-PPI-XS/Changes
/usr/share/doc/perl-PPI-XS/README
/usr/share/licenses/perl-PPI-XS
/usr/share/licenses/perl-PPI-XS/LICENSE
/usr/share/man/man3/PPI::XS.3pm.gz

References

Summary

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