How To Install perl-Text-SpellChecker on Fedora 36

In this tutorial we learn how to install perl-Text-SpellChecker in Fedora 36. perl-Text-SpellChecker is OO interface for spell-checking a block of text

Introduction

In this tutorial we learn how to install perl-Text-SpellChecker on Fedora 36.

What is perl-Text-SpellChecker

This module is a thin layer above Text a body of text. Whereas Text 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.

We can use yum or dnf to install perl-Text-SpellChecker on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install perl-Text-SpellChecker.

Install perl-Text-SpellChecker on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install perl-Text-SpellChecker using dnf by running the following command:

sudo dnf -y install perl-Text-SpellChecker

Install perl-Text-SpellChecker on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install perl-Text-SpellChecker using yum by running the following command:

sudo yum -y install perl-Text-SpellChecker

How To Uninstall perl-Text-SpellChecker on Fedora 36

To uninstall only the perl-Text-SpellChecker package we can use the following command:

sudo dnf remove perl-Text-SpellChecker

perl-Text-SpellChecker Package Contents on Fedora 36

/usr/share/doc/perl-Text-SpellChecker
/usr/share/doc/perl-Text-SpellChecker/Changes
/usr/share/doc/perl-Text-SpellChecker/README
/usr/share/man/man3/Text::SpellChecker.3pm.gz
/usr/share/perl5/vendor_perl/Text
/usr/share/perl5/vendor_perl/Text/SpellChecker.pm

References

Summary

In this tutorial we learn how to install perl-Text-SpellChecker on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).