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

Last updated: May 18,2024

1. Install "perl-Pod-Markdown" package

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

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

2. Uninstall "perl-Pod-Markdown" package

This is a short guide on how to uninstall perl-Pod-Markdown on openSUSE Leap:

$ sudo zypper remove perl-Pod-Markdown

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

Information for package perl-Pod-Markdown:
------------------------------------------
Repository : Main Repository
Name : perl-Pod-Markdown
Version : 3.300-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 86.5 KiB
Installed : No
Status : not installed
Source package : perl-Pod-Markdown-3.300-bp155.2.10.src
Upstream URL : https://metacpan.org/release/Pod-Markdown
Summary : Convert POD to Markdown
Description :
This module uses Pod::Simple to convert POD to Markdown.
Literal characters in Pod that are special in Markdown (like *asterisks*)
are backslash-escaped when appropriate.
By default 'markdown' and 'html' formatted regions are accepted. Regions of
'markdown' will be passed through unchanged. Regions of 'html' will be
placed inside a '
' tag so that markdown characters won't be processed.
Regions of ':markdown' or ':html' will be processed as POD and included. To
change which regions are accepted use the Pod::Simple API:
my $parser = Pod::Markdown->new;
$parser->unaccept_targets(qw( markdown html ));