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

In this tutorial we learn how to install perl-Pod-Coverage.noarch in Amazon Linux 2. perl-Pod-Coverage.noarch is Checks if the documentation of a module is comprehensive

Introduction

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

What is perl-Pod-Coverage.noarch

Developers hate writing documentation. They’d hate it even more if their computer tattled on them, but maybe they’ll be even more thankful in the long run. Even if not, perlmodstyle tells you to, so you must obey. This module provides a mechanism for determining if the pod for a given module is comprehensive.

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

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

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

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

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

sudo yum remove perl-Pod-Coverage.noarch

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

/usr/bin/pod_cover
/usr/share/doc/perl-Pod-Coverage-0.23
/usr/share/doc/perl-Pod-Coverage-0.23/Changes
/usr/share/doc/perl-Pod-Coverage-0.23/examples
/usr/share/doc/perl-Pod-Coverage-0.23/examples/check_installed
/usr/share/doc/perl-Pod-Coverage-0.23/examples/script-covered
/usr/share/man/man3/Pod::Coverage.3pm.gz
/usr/share/man/man3/Pod::Coverage::CountParents.3pm.gz
/usr/share/man/man3/Pod::Coverage::ExportOnly.3pm.gz
/usr/share/man/man3/Pod::Coverage::Overloader.3pm.gz
/usr/share/perl5/vendor_perl/Pod
/usr/share/perl5/vendor_perl/Pod/Coverage
/usr/share/perl5/vendor_perl/Pod/Coverage.pm
/usr/share/perl5/vendor_perl/Pod/Coverage/CountParents.pm
/usr/share/perl5/vendor_perl/Pod/Coverage/ExportOnly.pm
/usr/share/perl5/vendor_perl/Pod/Coverage/Overloader.pm

References

Summary

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