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

Last updated: October 05,2024

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

This tutorial shows how to install perl-Pod-POM.noarch on Oracle Linux 8

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

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

This is a short guide on how to uninstall perl-Pod-POM.noarch on Oracle Linux 8:

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

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

Last metadata expiration check: 4:32:35 ago on Mon Sep 12 02:51:38 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.