How to Install and Uninstall perl-Pod-POM.noarch Package on Amazon Linux 2

Last updated: June 08,2024

1. Install "perl-Pod-POM.noarch" package

Please follow the guidance below to install perl-Pod-POM.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Pod-POM.noarch

2. Uninstall "perl-Pod-POM.noarch" package

Learn how to uninstall perl-Pod-POM.noarch on Amazon Linux 2:

$ sudo yum remove perl-Pod-POM.noarch $ sudo yum autoremove

3. Information about the perl-Pod-POM.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Pod-POM
Arch : noarch
Version : 0.27
Release : 10.amzn2
Size : 101 k
Repo : amzn2-core/2/x86_64
Summary : Object-oriented interface to Perl POD documents
URL : http://search.cpan.org/dist/Pod-POM/
License : GPL+ or Artistic
Description : This module implements a parser to convert Pod documents into a
: simple object model form known hereafter as the Pod Object Model.
: The object model is generated as a hierarchical tree of nodes,
: each of which represents a different element of the original
: document. The tree can be walked manually and the nodes examined,
: printed or otherwise manipulated. In addition, Pod::POM supports
: and provides view objects which can automatically traverse the
: tree, or section thereof, and generate an output representation in
: one form or another.