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

Last updated: October 06,2024

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

Here is a brief guide to show you how to install perl-Text-SpellChecker.noarch on Fedora 34

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

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

Here is a brief guide to show you how to uninstall perl-Text-SpellChecker.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:38:18 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : perl-Text-SpellChecker
Version : 0.14
Release : 20.fc34
Architecture : noarch
Size : 16 k
Source : perl-Text-SpellChecker-0.14-20.fc34.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.