How To Install hunspell-yi on Fedora 36

In this tutorial we learn how to install hunspell-yi in Fedora 36. hunspell-yi is Yiddish hunspell dictionaries

Introduction

In this tutorial we learn how to install hunspell-yi on Fedora 36.

What is hunspell-yi

Yiddish hunspell dictionaries.

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

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

sudo dnf -y install hunspell-yi

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

sudo yum -y install hunspell-yi

How To Uninstall hunspell-yi on Fedora 36

To uninstall only the hunspell-yi package we can use the following command:

sudo dnf remove hunspell-yi

hunspell-yi Package Contents on Fedora 36

/usr/share/doc/hunspell-yi
/usr/share/doc/hunspell-yi/README_yi.txt
/usr/share/hunspell/yi_US.aff
/usr/share/hunspell/yi_US.dic
/usr/share/licenses/hunspell-yi
/usr/share/licenses/hunspell-yi/HACKING
/usr/share/licenses/hunspell-yi/LICENSES-en.txt
/usr/share/licenses/hunspell-yi/MPL-1.1.txt
/usr/share/licenses/hunspell-yi/gpl-2.0.txt
/usr/share/licenses/hunspell-yi/lgpl-2.1.txt

References

Summary

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