How to Install and Uninstall perl-Pod-Parser Package on openSuSE Tumbleweed

Last updated: November 07,2024

1. Install "perl-Pod-Parser" package

Here is a brief guide to show you how to install perl-Pod-Parser on openSuSE Tumbleweed

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

2. Uninstall "perl-Pod-Parser" package

This guide covers the steps necessary to uninstall perl-Pod-Parser on openSuSE Tumbleweed:

$ sudo zypper remove perl-Pod-Parser

3. Information about the perl-Pod-Parser package on openSuSE Tumbleweed

Information for package perl-Pod-Parser:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Pod-Parser
Version : 1.670.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 262.3 KiB
Installed : No
Status : not installed
Source package : perl-Pod-Parser-1.670.0-2.1.src
Upstream URL : https://metacpan.org/release/Pod-Parser
Summary : Modules for parsing/translating POD format documents
Description :
*NOTE: This module is considered legacy; modern Perl releases (5.31.1 and
higher) are going to remove Pod-Parser from core and use Pod::Simple for
all things POD.*
*Pod::Parser* is a base class for creating POD filters and translators. It
handles most of the effort involved with parsing the POD sections from an
input stream, leaving subclasses free to be concerned only with performing
the actual translation of text.
*Pod::Parser* parses PODs, and makes method calls to handle the various
components of the POD. Subclasses of *Pod::Parser* override these methods
to translate the POD into whatever output format they desire.