How to Install and Uninstall perl-Package-Stash.noarch Package on Amazon Linux 2

Last updated: April 29,2024

1. Install "perl-Package-Stash.noarch" package

Please follow the steps below to install perl-Package-Stash.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Package-Stash.noarch

2. Uninstall "perl-Package-Stash.noarch" package

In this section, we are going to explain the necessary steps to uninstall perl-Package-Stash.noarch on Amazon Linux 2:

$ sudo yum remove perl-Package-Stash.noarch $ sudo yum autoremove

3. Information about the perl-Package-Stash.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Package-Stash
Arch : noarch
Version : 0.34
Release : 2.amzn2
Size : 34 k
Repo : amzn2-core/2/x86_64
Summary : Routines for manipulating stashes
URL : http://search.cpan.org/dist/Package-Stash/
License : GPL+ or Artistic
Description : 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.