How To Install perl-ExtUtils-Install.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-ExtUtils-Install.noarch in Amazon Linux 2. perl-ExtUtils-Install.noarch is Install files from here to there

Introduction

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

What is perl-ExtUtils-Install.noarch

Handles the installing and uninstalling of perl modules, scripts, man pages, etc.

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

Install perl-ExtUtils-Install.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-ExtUtils-Install.noarch using yum by running the following command:

sudo yum -y install perl-ExtUtils-Install.noarch

How To Uninstall perl-ExtUtils-Install.noarch on Amazon Linux 2

To uninstall only the perl-ExtUtils-Install.noarch package we can use the following command:

sudo yum remove perl-ExtUtils-Install.noarch

perl-ExtUtils-Install.noarch Package Contents on Amazon Linux 2

/usr/share/man/man3/ExtUtils::Install.3pm.gz
/usr/share/man/man3/ExtUtils::Installed.3pm.gz
/usr/share/man/man3/ExtUtils::Packlist.3pm.gz
/usr/share/perl5/ExtUtils/Install.pm
/usr/share/perl5/ExtUtils/Installed.pm
/usr/share/perl5/ExtUtils/Packlist.pm

References

Summary

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