How To Install enchant-voikko on Fedora 36

In this tutorial we learn how to install enchant-voikko in Fedora 36. enchant-voikko is Integration with voikko for libenchant

Introduction

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

What is enchant-voikko

Libraries necessary to integrate applications using libenchant with voikko.

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

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

sudo dnf -y install enchant-voikko

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

sudo yum -y install enchant-voikko

How To Uninstall enchant-voikko on Fedora 36

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

sudo dnf remove enchant-voikko

enchant-voikko Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/87
/usr/lib/.build-id/87/30eea8bb9a7330887560ed6519f3eb198cddfc
/usr/lib64/enchant/libenchant_voikko.so

References

Summary

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