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

In this tutorial we learn how to install perl-Module-Manifest.noarch in Amazon Linux 2. perl-Module-Manifest.noarch is Parse and examine a Perl distribution MANIFEST file

Introduction

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

What is perl-Module-Manifest.noarch

Module distribution tarball, examine the contents, and perform some simple tasks. It can also load the MANIFEST.SKIP file and check that.

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

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

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

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

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

sudo yum remove perl-Module-Manifest.noarch

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

/usr/share/doc/perl-Module-Manifest-1.08
/usr/share/doc/perl-Module-Manifest-1.08/Changes
/usr/share/doc/perl-Module-Manifest-1.08/LICENSE
/usr/share/doc/perl-Module-Manifest-1.08/README
/usr/share/doc/perl-Module-Manifest-1.08/examples
/usr/share/doc/perl-Module-Manifest-1.08/examples/difference.pl
/usr/share/man/man3/Module::Manifest.3pm.gz
/usr/share/perl5/vendor_perl/Module
/usr/share/perl5/vendor_perl/Module/Manifest.pm

References

Summary

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