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

Last updated: May 02,2024

1. Install "perl-Sub-Exporter.noarch" package

Please follow the steps below to install perl-Sub-Exporter.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Sub-Exporter.noarch

2. Uninstall "perl-Sub-Exporter.noarch" package

This guide let you learn how to uninstall perl-Sub-Exporter.noarch on Amazon Linux 2:

$ sudo yum remove perl-Sub-Exporter.noarch $ sudo yum autoremove

3. Information about the perl-Sub-Exporter.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Sub-Exporter
Arch : noarch
Version : 0.986
Release : 2.amzn2
Size : 70 k
Repo : amzn2-core/2/x86_64
Summary : Sophisticated exporter for custom-built routines
URL : https://metacpan.org/release/Sub-Exporter
License : GPL+ or Artistic
Description : Sub::Exporter provides a sophisticated alternative to Exporter.pm.
: It allows for renaming, currying/sub-generation, and other cool
: stuff.
:
: ACHTUNG! If you're not familiar with Exporter or exporting, read
: Sub::Exporter::Tutorial first!