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

Last updated: May 02,2024

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

Please follow the guidelines below to install perl-Module-Implementation.noarch on Amazon Linux 2

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

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

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

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Module-Implementation
Arch : noarch
Version : 0.06
Release : 6.amzn2
Size : 17 k
Repo : amzn2-core/2/x86_64
Summary : Loads one of several alternate underlying implementations for a
: module
URL : http://search.cpan.org/dist/perl-Module-Implementation/
License : Artistic 2.0
Description : This module abstracts out the process of choosing one of several
: underlying implementations for a module. This can be used to
: provide XS and pure Perl implementations of a module, or it could
: be used to load an implementation for a given OS or any other case
: of needing to provide multiple implementations.
:
: This module is only useful when you know all the implementations
: ahead of time. If you want to load arbitrary implementations then
: you probably want something like a plugin system, not this module.