How To Install perl-Package-Stash.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Package-Stash.noarch in Amazon Linux 2. perl-Package-Stash.noarch is Routines for manipulating stashes

Introduction

In this tutorial we learn how to install perl-Package-Stash.noarch on Amazon Linux 2.

What is perl-Package-Stash.noarch

Manipulating stashes (Perl’s symbol tables) is occasionally necessary, but incredibly messy, and easy to get wrong. This module hides all of that behind a simple API.

We can use yum to install perl-Package-Stash.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Package-Stash.noarch.

Install perl-Package-Stash.noarch on Amazon Linux 2 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.noarch using yum by running the following command:

sudo yum -y install perl-Package-Stash.noarch

How To Uninstall perl-Package-Stash.noarch on Amazon Linux 2

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

sudo yum remove perl-Package-Stash.noarch

perl-Package-Stash.noarch Package Contents on Amazon Linux 2

/usr/bin/package-stash-conflicts
/usr/share/doc/perl-Package-Stash-0.34
/usr/share/doc/perl-Package-Stash-0.34/Changes
/usr/share/doc/perl-Package-Stash-0.34/LICENSE
/usr/share/doc/perl-Package-Stash-0.34/README
/usr/share/man/man3/Package::Stash.3pm.gz
/usr/share/man/man3/Package::Stash::PP.3pm.gz
/usr/share/perl5/vendor_perl/Package
/usr/share/perl5/vendor_perl/Package/Stash
/usr/share/perl5/vendor_perl/Package/Stash.pm
/usr/share/perl5/vendor_perl/Package/Stash/Conflicts.pm
/usr/share/perl5/vendor_perl/Package/Stash/PP.pm

References

Summary

In this tutorial we learn how to install perl-Package-Stash.noarch on Amazon Linux 2 using yum.