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

In this tutorial we learn how to install perl-Test-Pod.noarch in Amazon Linux 2. perl-Test-Pod.noarch is Test POD files for correctness

Introduction

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

What is perl-Test-Pod.noarch

Check POD files for errors or warnings in a test file, using Pod

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

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

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

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

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

sudo yum remove perl-Test-Pod.noarch

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

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

References

Summary

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