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

In this tutorial we learn how to install perl-ExtUtils-Manifest.noarch in Amazon Linux 2. perl-ExtUtils-Manifest.noarch is Utilities to write and check a MANIFEST file

Introduction

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

What is perl-ExtUtils-Manifest.noarch

Utilities to write and check a MANIFEST file.

We can use yum to install perl-ExtUtils-Manifest.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-Manifest.noarch.

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

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

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

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

sudo yum remove perl-ExtUtils-Manifest.noarch

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

/usr/share/doc/perl-ExtUtils-Manifest-1.61
/usr/share/doc/perl-ExtUtils-Manifest-1.61/Changes
/usr/share/doc/perl-ExtUtils-Manifest-1.61/LICENSE
/usr/share/doc/perl-ExtUtils-Manifest-1.61/README
/usr/share/man/man3/ExtUtils::Manifest.3pm.gz
/usr/share/perl5/vendor_perl/ExtUtils
/usr/share/perl5/vendor_perl/ExtUtils/MANIFEST.SKIP
/usr/share/perl5/vendor_perl/ExtUtils/Manifest.pm

References

Summary

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