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

Last updated: May 15,2024

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

This guide covers the steps necessary to install perl-Module-Loaded.noarch on Amazon Linux 2

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

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

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

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Module-Loaded
Arch : noarch
Epoch : 1
Version : 0.08
Release : 299.amzn2.0.1
Size : 47 k
Repo : amzn2-core/2/x86_64
Summary : Mark modules as loaded or unloaded
URL : http://www.perl.org/
License : GPL+ or Artistic
Description : When testing applications, often you find yourself needing to
: provide functionality in your test environment that would usually
: be provided by external modules. Rather than munging the %INC by
: hand to mark these external modules as loaded, so they are not
: attempted to be loaded by perl, this module offers you a very
: simple way to mark modules as loaded and/or unloaded.