How to Install and Uninstall perl-Pod-POM.noarch Package on Rocky Linux 9

Last updated: May 19,2024

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

Learn how to install perl-Pod-POM.noarch on Rocky Linux 9

$ sudo dnf update $ sudo dnf install perl-Pod-POM.noarch

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

This tutorial shows how to uninstall perl-Pod-POM.noarch on Rocky Linux 9:

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

3. Information about the perl-Pod-POM.noarch package on Rocky Linux 9

Last metadata expiration check: 2:16:25 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : perl-Pod-POM
Version : 2.01
Release : 20.el9
Architecture : noarch
Size : 94 k
Source : perl-Pod-POM-2.01-20.el9.src.rpm
Repository : epel
Summary : Object-oriented interface to Perl POD documents
URL : https://metacpan.org/release/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.