How To Install perl-Spellunker on Fedora 36

In this tutorial we learn how to install perl-Spellunker in Fedora 36. perl-Spellunker is Pure perl spelling checker implementation

Introduction

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

What is perl-Spellunker

Pure perl spelling checker implementation, also usable as a library.

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

Install perl-Spellunker 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-Spellunker using dnf by running the following command:

sudo dnf -y install perl-Spellunker

Install perl-Spellunker 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-Spellunker using yum by running the following command:

sudo yum -y install perl-Spellunker

How To Uninstall perl-Spellunker on Fedora 36

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

sudo dnf remove perl-Spellunker

perl-Spellunker Package Contents on Fedora 36

/usr/bin/spellunker
/usr/bin/spellunker-pod
/usr/share/doc/perl-Spellunker
/usr/share/doc/perl-Spellunker/Changes
/usr/share/doc/perl-Spellunker/README.md
/usr/share/licenses/perl-Spellunker
/usr/share/licenses/perl-Spellunker/LICENSE
/usr/share/man/man1/spellunker-pod.1.gz
/usr/share/man/man1/spellunker.1.gz
/usr/share/man/man3/Spellunker.3pm.gz
/usr/share/man/man3/Test::Spellunker.3pm.gz
/usr/share/perl5/vendor_perl/Spellunker
/usr/share/perl5/vendor_perl/Spellunker.pm
/usr/share/perl5/vendor_perl/Spellunker/CLI
/usr/share/perl5/vendor_perl/Spellunker/CLI.pm
/usr/share/perl5/vendor_perl/Spellunker/CLI/Pod.pm
/usr/share/perl5/vendor_perl/Spellunker/Pod
/usr/share/perl5/vendor_perl/Spellunker/Pod.pm
/usr/share/perl5/vendor_perl/Spellunker/Pod/Parser.pm
/usr/share/perl5/vendor_perl/Test
/usr/share/perl5/vendor_perl/Test/Spellunker.pm
/usr/share/perl5/vendor_perl/auto/share/dist/Spellunker
/usr/share/perl5/vendor_perl/auto/share/dist/Spellunker/enable1.txt
/usr/share/perl5/vendor_perl/auto/share/dist/Spellunker/spellunker-dict.txt

References

Summary

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