How to Install and Uninstall perl-Pod-Spell.noarch Package on Amazon Linux 2

Last updated: October 05,2024

1. Install "perl-Pod-Spell.noarch" package

Please follow the guidance below to install perl-Pod-Spell.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install perl-Pod-Spell.noarch

2. Uninstall "perl-Pod-Spell.noarch" package

This tutorial shows how to uninstall perl-Pod-Spell.noarch on Amazon Linux 2:

$ sudo yum remove perl-Pod-Spell.noarch $ sudo yum autoremove

3. Information about the perl-Pod-Spell.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : perl-Pod-Spell
Arch : noarch
Version : 1.04
Release : 4.amzn2
Size : 34 k
Repo : amzn2-core/2/x86_64
Summary : A formatter for spell-checking POD
URL : http://search.cpan.org/dist/Pod-Spell/
License : Artistic 2.0
Description : Pod::Spell is a Pod formatter whose output is good for
: spell-checking. Pod::Spell 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
: spell-checking program won't complain about mystery words like
: "$thing" or "Foo::Bar" or "hashref").