How To Install perl-Gtk2-Spell on Fedora 36

In this tutorial we learn how to install perl-Gtk2-Spell in Fedora 36. perl-Gtk2-Spell is Gtk2

Introduction

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

What is perl-Gtk2-Spell

Perl bindings to GtkSpell, used in concert with Gtk2 misspelled word highlighting in red and offers a right click pop-up menu with suggested corrections. This package is deprecated. Users are advised to use Glib

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

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

sudo dnf -y install perl-Gtk2-Spell

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

sudo yum -y install perl-Gtk2-Spell

How To Uninstall perl-Gtk2-Spell on Fedora 36

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

sudo dnf remove perl-Gtk2-Spell

perl-Gtk2-Spell Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/32
/usr/lib/.build-id/32/dfc90096e0c0b9b31e0bd5767462aa28e19340
/usr/lib64/perl5/vendor_perl/Gtk2
/usr/lib64/perl5/vendor_perl/Gtk2/Spell
/usr/lib64/perl5/vendor_perl/Gtk2/Spell.pm
/usr/lib64/perl5/vendor_perl/auto/Gtk2
/usr/lib64/perl5/vendor_perl/auto/Gtk2/Spell
/usr/lib64/perl5/vendor_perl/auto/Gtk2/Spell/Spell.so
/usr/share/doc/perl-Gtk2-Spell
/usr/share/doc/perl-Gtk2-Spell/AUTHORS
/usr/share/doc/perl-Gtk2-Spell/ChangeLog
/usr/share/doc/perl-Gtk2-Spell/NEWS
/usr/share/doc/perl-Gtk2-Spell/README
/usr/share/doc/perl-Gtk2-Spell/gtkspell_simple.pl
/usr/share/licenses/perl-Gtk2-Spell
/usr/share/licenses/perl-Gtk2-Spell/LICENSE
/usr/share/man/man3/Gtk2::Spell.3pm.gz

References

Summary

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