How to Install and Uninstall perl-Pod-POM.noarch Package on Fedora 34

Last updated: October 05,2024

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

Please follow the steps below to install perl-Pod-POM.noarch on Fedora 34

$ 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 Fedora 34:

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

3. Information about the perl-Pod-POM.noarch package on Fedora 34

Last metadata expiration check: 0:44:41 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Pod-POM
Version : 2.01
Release : 18.fc34
Architecture : noarch
Size : 95 k
Source : perl-Pod-POM-2.01-18.fc34.src.rpm
Repository : fedora
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.