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

Last updated: October 14,2024

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

This is a short guide on how to install perl-Text-SpellChecker.noarch on Fedora 38

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

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

Please follow the step by step instructions below to uninstall perl-Text-SpellChecker.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:24:08 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : perl-Text-SpellChecker
Version : 0.14
Release : 27.fc38
Architecture : noarch
Size : 16 k
Source : perl-Text-SpellChecker-0.14-27.fc38.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.