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

Last updated: November 28,2024

1. Install "perl-Class-Data-Inheritable.noarch" package

Please follow the guidance below to install perl-Class-Data-Inheritable.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Class-Data-Inheritable.noarch

2. Uninstall "perl-Class-Data-Inheritable.noarch" package

This tutorial shows how to uninstall perl-Class-Data-Inheritable.noarch on Amazon Linux 2:

$ sudo yum remove perl-Class-Data-Inheritable.noarch $ sudo yum autoremove

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

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Class-Data-Inheritable
Arch : noarch
Version : 0.08
Release : 14.amzn2
Size : 12 k
Repo : amzn2-core/2/x86_64
Summary : Inheritable, overridable class data
URL : http://search.cpan.org/dist/Class-Data-Inheritable/
License : GPL+ or Artistic
Description : Class::Data::Inheritable is for creating accessor/mutators to
: class data. That is, if you want to store something about your
: class as a whole (instead of about a single object). This data
: is then inherited by your sub-classes and can be overridden.