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

Last updated: October 05,2024

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

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

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

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

Please follow the guidelines below to uninstall perl-Class-Inspector.noarch on Amazon Linux 2:

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

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Class-Inspector
Arch : noarch
Version : 1.28
Release : 2.amzn2
Size : 32 k
Repo : amzn2-core/2/x86_64
Summary : Get information about a class and its structure
URL : http://search.cpan.org/dist/Class-Inspector/
License : GPL+ or Artistic
Description : Class::Inspector allows you to get information about a loaded
: class. Most or all of this information can be found in other ways,
: but they aren't always very friendly, and usually involve a
: relatively high level of Perl wizardry, or strange and unusual
: looking code. Class::Inspector attempts to provide an easier, more
: friendly interface to this information.