How to Install and Uninstall perl-Pod-POM Package on openSUSE Leap

Last updated: June 15,2024

1. Install "perl-Pod-POM" package

Here is a brief guide to show you how to install perl-Pod-POM on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-Pod-POM

2. Uninstall "perl-Pod-POM" package

This guide covers the steps necessary to uninstall perl-Pod-POM on openSUSE Leap:

$ sudo zypper remove perl-Pod-POM

3. Information about the perl-Pod-POM package on openSUSE Leap

Information for package perl-Pod-POM:
-------------------------------------
Repository : Main Repository
Name : perl-Pod-POM
Version : 2.01-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 205.4 KiB
Installed : No
Status : not installed
Source package : perl-Pod-POM-2.01-bp155.2.10.src
Upstream URL : http://search.cpan.org/dist/Pod-POM/
Summary : POD Object Model
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.