How To Install tmispell-voikko on Fedora 36

In this tutorial we learn how to install tmispell-voikko in Fedora 36. tmispell-voikko is An Ispell compatible front-end for spell-checking modules

Introduction

In this tutorial we learn how to install tmispell-voikko on Fedora 36.

What is tmispell-voikko

Tmispell is an Ispell compatible front-end for spell-checking modules. To do the actual spell-checking for Finnish language it uses the spell-checking system Voikko.

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

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

sudo dnf -y install tmispell-voikko

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

sudo yum -y install tmispell-voikko

How To Uninstall tmispell-voikko on Fedora 36

To uninstall only the tmispell-voikko package we can use the following command:

sudo dnf remove tmispell-voikko

tmispell-voikko Package Contents on Fedora 36

/etc/tmispell.conf
/usr/bin/tmispell
/usr/lib/.build-id
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/c36268bfc6348fc46575150c409057751fa70a
/usr/share/doc/tmispell-voikko
/usr/share/doc/tmispell-voikko/AUTHORS
/usr/share/doc/tmispell-voikko/COPYING
/usr/share/doc/tmispell-voikko/ChangeLog
/usr/share/doc/tmispell-voikko/NEWS
/usr/share/doc/tmispell-voikko/README
/usr/share/doc/tmispell-voikko/README.fi
/usr/share/locale/fi/LC_MESSAGES/tmispell-voikko.mo
/usr/share/man/man1/tmispell.1.gz
/usr/share/man/man5/tmispell.conf.5.gz

References

Summary

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