How To Install perl-Test-DistManifest.noarch on Amazon Linux 2

In this tutorial we learn how to install perl-Test-DistManifest.noarch in Amazon Linux 2. perl-Test-DistManifest.noarch is Author test that validates a package MANIFEST

Introduction

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

What is perl-Test-DistManifest.noarch

This module provides a simple method of testing that a MANIFEST matches the distribution.

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

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

sudo yum -y install perl-Test-DistManifest.noarch

How To Uninstall perl-Test-DistManifest.noarch on Amazon Linux 2

To uninstall only the perl-Test-DistManifest.noarch package we can use the following command:

sudo yum remove perl-Test-DistManifest.noarch

perl-Test-DistManifest.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Test-DistManifest-1.012
/usr/share/doc/perl-Test-DistManifest-1.012/Changes
/usr/share/doc/perl-Test-DistManifest-1.012/LICENSE
/usr/share/doc/perl-Test-DistManifest-1.012/README
/usr/share/doc/perl-Test-DistManifest-1.012/examples
/usr/share/doc/perl-Test-DistManifest-1.012/examples/checkmanifest.t
/usr/share/man/man3/Test::DistManifest.3pm.gz
/usr/share/perl5/Test
/usr/share/perl5/Test/DistManifest.pm

References

Summary

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