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

Last updated: May 20,2024

1. Install "perl-Pod-Spell" package

Please follow the step by step instructions below to install perl-Pod-Spell on openSUSE Leap

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

2. Uninstall "perl-Pod-Spell" package

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

$ sudo zypper remove perl-Pod-Spell

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

Information for package perl-Pod-Spell:
---------------------------------------
Repository : Main Repository
Name : perl-Pod-Spell
Version : 1.25-bp155.1.5
Arch : noarch
Vendor : openSUSE
Installed Size : 69.6 KiB
Installed : No
Status : not installed
Source package : perl-Pod-Spell-1.25-bp155.1.5.src
Upstream URL : https://metacpan.org/release/Pod-Spell
Summary : Formatter for spellchecking Pod
Description :
Pod::Spell is a Pod formatter whose output is good for spellchecking.
Pod::Spell is rather like Pod::Text, except that it doesn't put much effort
into actual formatting, and it suppresses things that look like Perl
symbols or Perl jargon (so that your spellchecking program won't complain
about mystery words like "'$thing'" or "'Foo::Bar'" or "hashref").
This class works by filtering out words that look like Perl or any form of
computerese (like "'$thing'" or "'N>7'" or "'@{$foo}{'bar','baz'}'",
anything in C<...> or F<...> codes, anything in verbatim paragraphs (code
blocks), and anything in the stopword list. The default stopword list for a
document starts out from the stopword list defined by Pod::Wordlist, and
can be supplemented (on a per-document basis) by having '"=for stopwords"'
/ '"=for :stopwords"' region(s) in a document.