How To Install perl-Package-Stash-XS on Fedora 36

In this tutorial we learn how to install perl-Package-Stash-XS in Fedora 36. perl-Package-Stash-XS is Faster and more correct implementation of the Package

Introduction

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

What is perl-Package-Stash-XS

This is a back-end for Package way that’s less buggy and much faster. It will be used by default if it’s installed, and should be preferred in all environments with a compiler.

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

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

sudo dnf -y install perl-Package-Stash-XS

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

sudo yum -y install perl-Package-Stash-XS

How To Uninstall perl-Package-Stash-XS on Fedora 36

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

sudo dnf remove perl-Package-Stash-XS

perl-Package-Stash-XS Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c0
/usr/lib/.build-id/c0/84a471d7ad05d4f2f01350c7ed5649633f227d
/usr/lib64/perl5/vendor_perl/Package
/usr/lib64/perl5/vendor_perl/Package/Stash
/usr/lib64/perl5/vendor_perl/Package/Stash/XS.pm
/usr/lib64/perl5/vendor_perl/auto/Package
/usr/lib64/perl5/vendor_perl/auto/Package/Stash
/usr/lib64/perl5/vendor_perl/auto/Package/Stash/XS
/usr/lib64/perl5/vendor_perl/auto/Package/Stash/XS/XS.so
/usr/share/doc/perl-Package-Stash-XS
/usr/share/doc/perl-Package-Stash-XS/CONTRIBUTING
/usr/share/doc/perl-Package-Stash-XS/Changes
/usr/share/doc/perl-Package-Stash-XS/README
/usr/share/licenses/perl-Package-Stash-XS
/usr/share/licenses/perl-Package-Stash-XS/LICENSE
/usr/share/man/man3/Package::Stash::XS.3pm.gz

References

Summary

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