How to Install and Uninstall perl-Text-SpellChecker.noarch Package on Fedora 36

Last updated: October 07,2024

1. Install "perl-Text-SpellChecker.noarch" package

This guide covers the steps necessary to install perl-Text-SpellChecker.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install perl-Text-SpellChecker.noarch

2. Uninstall "perl-Text-SpellChecker.noarch" package

This guide covers the steps necessary to uninstall perl-Text-SpellChecker.noarch on Fedora 36:

$ sudo dnf remove perl-Text-SpellChecker.noarch $ sudo dnf autoremove

3. Information about the perl-Text-SpellChecker.noarch package on Fedora 36

Last metadata expiration check: 2:31:59 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Text-SpellChecker
Version : 0.14
Release : 24.fc36
Architecture : noarch
Size : 17 k
Source : perl-Text-SpellChecker-0.14-24.fc36.src.rpm
Repository : fedora
Summary : OO interface for spell-checking a block of text
URL : https://metacpan.org/release/Text-SpellChecker
License : GPL+ or Artistic
Description : This module is a thin layer above Text::Hunspell and allows one to spellcheck
: a body of text. Whereas Text::Hunspell deals with words, Text::Spellchecker
: deals with blocks of text. For instance, we provide methods for iterating
: through the text, serializing the object (thus remembering where we left off),
: and highlighting the current misspelled word within the text.