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

In this tutorial we learn how to install perl-Pod-Escapes.noarch in Amazon Linux 2. perl-Pod-Escapes.noarch is Perl module for resolving POD escape sequences

Introduction

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

What is perl-Pod-Escapes.noarch

This module provides things that are useful in decoding Pod E<…> sequences. Presumably, it should be used only by Pod parsers and/or formatters.

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

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

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

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

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

sudo yum remove perl-Pod-Escapes.noarch

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

/usr/share/man/man3/Pod::Escapes.3pm.gz
/usr/share/perl5/Pod/Escapes.pm

References

Summary

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