How to Install and Uninstall perl-Pod-Spell.noarch Package on Fedora 36

Last updated: October 07,2024

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

This tutorial shows how to install perl-Pod-Spell.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Pod-Spell.noarch

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

This is a short guide on how to uninstall perl-Pod-Spell.noarch on Fedora 36:

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

3. Information about the perl-Pod-Spell.noarch package on Fedora 36

Last metadata expiration check: 2:13:40 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : perl-Pod-Spell
Version : 1.20
Release : 21.fc36
Architecture : noarch
Size : 40 k
Source : perl-Pod-Spell-1.20-21.fc36.src.rpm
Repository : fedora
Summary : A formatter for spell-checking POD
URL : https://metacpan.org/release/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").