How to Install and Uninstall perl-Pod-Elemental Package on openSuSE Tumbleweed
Last updated: November 23,2024
1. Install "perl-Pod-Elemental" package
This tutorial shows how to install perl-Pod-Elemental on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-Pod-Elemental
Copied
2. Uninstall "perl-Pod-Elemental" package
This is a short guide on how to uninstall perl-Pod-Elemental on openSuSE Tumbleweed:
$
sudo zypper remove
perl-Pod-Elemental
Copied
3. Information about the perl-Pod-Elemental package on openSuSE Tumbleweed
Information for package perl-Pod-Elemental:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Pod-Elemental
Version : 0.103006-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 143.0 KiB
Installed : No
Status : not installed
Source package : perl-Pod-Elemental-0.103006-1.5.src
Upstream URL : https://metacpan.org/release/Pod-Elemental
Summary : Work with nestable Pod elements
Description :
Pod::Elemental is a system for treating a Pod (plain old
documentation|perlpod) documents as trees of elements. This model may be
familiar from many other document systems, especially the HTML DOM.
Pod::Elemental's document object model is much less sophisticated than the
HTML DOM, but still makes a lot of document transformations easy.
In general, you'll want to read in a Pod document and then perform a number
of prepackaged transformations on it. The most common of these will be the
Pod5 transformation|Pod::Elemental::Transformer::Pod5, which assumes that
the basic meaning of Pod commands described in the Perl 5 documentation
hold: '=begin', '=end', and '=for' commands mark regions of the document,
leading whitespace marks a verbatim paragraph, and so on. The Pod5
transformer also eliminates the need to track elements representing
vertical whitespace.
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Pod-Elemental
Version : 0.103006-1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 143.0 KiB
Installed : No
Status : not installed
Source package : perl-Pod-Elemental-0.103006-1.5.src
Upstream URL : https://metacpan.org/release/Pod-Elemental
Summary : Work with nestable Pod elements
Description :
Pod::Elemental is a system for treating a Pod (plain old
documentation|perlpod) documents as trees of elements. This model may be
familiar from many other document systems, especially the HTML DOM.
Pod::Elemental's document object model is much less sophisticated than the
HTML DOM, but still makes a lot of document transformations easy.
In general, you'll want to read in a Pod document and then perform a number
of prepackaged transformations on it. The most common of these will be the
Pod5 transformation|Pod::Elemental::Transformer::Pod5, which assumes that
the basic meaning of Pod commands described in the Perl 5 documentation
hold: '=begin', '=end', and '=for' commands mark regions of the document,
leading whitespace marks a verbatim paragraph, and so on. The Pod5
transformer also eliminates the need to track elements representing
vertical whitespace.