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

Last updated: May 06,2024

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

Here is a brief guide to show you how to install perl-Pod-POM.noarch on Rocky Linux 8

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

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

This guide let you learn how to uninstall perl-Pod-POM.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:51:43 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : perl-Pod-POM
Version : 2.01
Release : 13.el8
Architecture : noarch
Size : 100 k
Source : perl-Pod-POM-2.01-13.el8.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.