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

Last updated: May 04,2024

1. Install "perl-Class-Load.noarch" package

Please follow the guidelines below to install perl-Class-Load.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Class-Load.noarch

2. Uninstall "perl-Class-Load.noarch" package

Here is a brief guide to show you how to uninstall perl-Class-Load.noarch on Amazon Linux 2:

$ sudo yum remove perl-Class-Load.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Class-Load
Arch : noarch
Version : 0.20
Release : 3.amzn2
Size : 27 k
Repo : amzn2-core/2/x86_64
Summary : A working (require "Class::Name") and more
URL : http://search.cpan.org/dist/Class-Load/
License : GPL+ or Artistic
Description : require EXPR only accepts Class/Name.pm style module names, not
: Class::Name. How frustrating! For that, we provide load_class
: 'Class::Name'.
:
: It's often useful to test whether a module can be loaded, instead
: of throwing an error when it's not available. For that, we provide
: try_load_class 'Class::Name'.
:
: Finally, sometimes we need to know whether a particular class has
: been loaded. Asking %INC is an option, but that will miss inner
: packages and any class for which the filename does not correspond
: to the package name. For that, we provide is_class_loaded
: 'Class::Name'.