How to Install and Uninstall perl-Text-SpellChecker Package on openSuSE Tumbleweed

Last updated: May 20,2024

1. Install "perl-Text-SpellChecker" package

This is a short guide on how to install perl-Text-SpellChecker on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-Text-SpellChecker

2. Uninstall "perl-Text-SpellChecker" package

This is a short guide on how to uninstall perl-Text-SpellChecker on openSuSE Tumbleweed:

$ sudo zypper remove perl-Text-SpellChecker

3. Information about the perl-Text-SpellChecker package on openSuSE Tumbleweed

Information for package perl-Text-SpellChecker:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-Text-SpellChecker
Version : 0.14-2.25
Arch : noarch
Vendor : openSUSE
Installed Size : 14.7 KiB
Installed : No
Status : not installed
Source package : perl-Text-SpellChecker-0.14-2.25.src
Upstream URL : http://search.cpan.org/dist/Text-SpellChecker/
Summary : OO interface for spell-checking a block of text
Description :
This module is a thin layer above either Text::Aspell or Text::Hunspell
(preferring the latter if available), and allows one to spellcheck a body
of text.
Whereas Text::(Hu|A)spell 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.