How To Install perl-Class-ISA.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Class-ISA.noarch in Amazon Linux 2. perl-Class-ISA.noarch is Report the search path for a class’s ISA tree

Introduction

In this tutorial we learn how to install perl-Class-ISA.noarch on Amazon Linux 2.

What is perl-Class-ISA.noarch

This library provides functions that return the list (in order) of names of (super-)classes Perl would search to find a method, with no duplicates.

We can use yum to install perl-Class-ISA.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Class-ISA.noarch.

Install perl-Class-ISA.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Class-ISA.noarch using yum by running the following command:

sudo yum -y install perl-Class-ISA.noarch

How To Uninstall perl-Class-ISA.noarch on Amazon Linux 2

To uninstall only the perl-Class-ISA.noarch package we can use the following command:

sudo yum remove perl-Class-ISA.noarch

perl-Class-ISA.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Class-ISA-0.36
/usr/share/doc/perl-Class-ISA-0.36/ChangeLog
/usr/share/doc/perl-Class-ISA-0.36/README
/usr/share/perl5/vendor_perl/Class
/usr/share/perl5/vendor_perl/Class/ISA.pm

References

Summary

In this tutorial we learn how to install perl-Class-ISA.noarch on Amazon Linux 2 using yum.