How To Install perl-Package-Stash-XS on Rocky Linux 8

In this tutorial we learn how to install perl-Package-Stash-XS on Rocky Linux 8. 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 Rocky Linux 8.

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 Rocky Linux 8. 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 Rocky Linux 8 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 Rocky Linux 8 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 Rocky Linux 8

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 Rocky Linux 8

/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/1a2452fef4bbc827943c369b651ade12f7dcf8
/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/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 Rocky Linux 8 using yum and dnf.