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

Last updated: May 18,2024

1. Install "perl-Exporter.noarch" package

Learn how to install perl-Exporter.noarch on Amazon Linux 2

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

2. Uninstall "perl-Exporter.noarch" package

This tutorial shows how to uninstall perl-Exporter.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Installed Packages
Name : perl-Exporter
Arch : noarch
Version : 5.68
Release : 3.amzn2
Size : 55 k
Repo : installed
From repo : amzn2-core
Summary : Implements default import method for modules
URL : http://search.cpan.org/dist/Exporter/
License : GPL+ or Artistic
Description : The Exporter module implements an import method which allows a
: module to export functions and variables to its users' name
: spaces. Many modules use Exporter rather than implementing their
: own import method because Exporter provides a highly flexible
: interface, with an implementation optimized for the common case.