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

Last updated: June 23,2024

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

This guide covers the steps necessary to install perl-Pod-POM.noarch on AlmaLinux 9

$ 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 AlmaLinux 9:

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

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

Last metadata expiration check: 0:45:48 ago on Wed Mar 13 07:41:12 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.