How to Install and Uninstall perl-Exporter.noarch Package on CentOS 7 / RHEL 7

Last updated: May 02,2024

1. Install "perl-Exporter.noarch" package

This is a short guide on how to install perl-Exporter.noarch on CentOS 7 / RHEL 7

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

2. Uninstall "perl-Exporter.noarch" package

Here is a brief guide to show you how to uninstall perl-Exporter.noarch on CentOS 7 / RHEL 7:

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

3. Information about the perl-Exporter.noarch package on CentOS 7 / RHEL 7

Installed Packages
Name : perl-Exporter
Arch : noarch
Version : 5.68
Release : 3.el7
Size : 55 k
Repo : installed
From repo : anaconda
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.