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

In this tutorial we learn how to install perl-Pod-Eventual.noarch in Amazon Linux 2. perl-Pod-Eventual.noarch is Read a POD document as a series of trivial events

Introduction

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

What is perl-Pod-Eventual.noarch

POD is a pretty simple format to write, but it can be a big pain to deal with reading it and doing anything useful with it. Most existing POD parsers care about semantics, like whether a =item occurred after an =over but before a back, figuring out how to link a L<>, and other things like that. Pod Fortunately, stupid is often better. (That’s what I keep telling myself, anyway.) Pod describing each POD paragraph or directive it finds. Once complete events are immediately passed to the handle_event method. This method should be implemented by Pod isn’t, Pod raise an exception.

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

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

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

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

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

sudo yum remove perl-Pod-Eventual.noarch

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

/usr/share/doc/perl-Pod-Eventual-0.093330
/usr/share/doc/perl-Pod-Eventual-0.093330/Changes
/usr/share/doc/perl-Pod-Eventual-0.093330/LICENSE
/usr/share/doc/perl-Pod-Eventual-0.093330/META.json
/usr/share/doc/perl-Pod-Eventual-0.093330/README
/usr/share/man/man3/Pod::Eventual.3pm.gz
/usr/share/man/man3/Pod::Eventual::Simple.3pm.gz
/usr/share/perl5/vendor_perl/Pod
/usr/share/perl5/vendor_perl/Pod/Eventual
/usr/share/perl5/vendor_perl/Pod/Eventual.pm
/usr/share/perl5/vendor_perl/Pod/Eventual/Simple.pm

References

Summary

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