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

In this tutorial we learn how to install perl-Test-Pod-Coverage.noarch in Amazon Linux 2. perl-Test-Pod-Coverage.noarch is Check for pod coverage in your distribution

Introduction

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

What is perl-Test-Pod-Coverage.noarch

Checks for POD coverage in files for your distribution.

We can use yum to install perl-Test-Pod-Coverage.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-Pod-Coverage.noarch.

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

sudo yum -y install perl-Test-Pod-Coverage.noarch

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

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

sudo yum remove perl-Test-Pod-Coverage.noarch

perl-Test-Pod-Coverage.noarch Package Contents on Amazon Linux 2

/usr/share/doc/perl-Test-Pod-Coverage-1.08
/usr/share/doc/perl-Test-Pod-Coverage-1.08/Changes
/usr/share/man/man3/Test::Pod::Coverage.3pm.gz
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Pod
/usr/share/perl5/vendor_perl/Test/Pod/Coverage.pm

References

Summary

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