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

Last updated: May 19,2024

1. Install "perl-Module-Pluggable.noarch" package

In this section, we are going to explain the necessary steps to install perl-Module-Pluggable.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Module-Pluggable.noarch

2. Uninstall "perl-Module-Pluggable.noarch" package

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

$ sudo yum remove perl-Module-Pluggable.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Module-Pluggable
Arch : noarch
Epoch : 1
Version : 4.8
Release : 3.amzn2
Size : 29 k
Repo : amzn2-core/2/x86_64
Summary : Automatically give your module the ability to have plugins
URL : http://search.cpan.org/dist/Module-Pluggable/
License : GPL+ or Artistic
Description : This package provides a simple but, hopefully, extensible way of
: having 'plugins' for your module. Essentially all it does is
: export a method into your name space that looks through a search
: path for .pm files and turn those into class names. Optionally it
: instantiates those classes for you.