How To Install hunspell-uz on Fedora 36

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

Introduction

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

What is hunspell-uz

Uzbek hunspell dictionaries.

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

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

sudo dnf -y install hunspell-uz

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

sudo yum -y install hunspell-uz

How To Uninstall hunspell-uz on Fedora 36

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

sudo dnf remove hunspell-uz

hunspell-uz Package Contents on Fedora 36

/usr/share/doc/hunspell-uz
/usr/share/doc/hunspell-uz/ChangeLog
/usr/share/doc/hunspell-uz/README
/usr/share/doc/hunspell-uz/README.hunspell
/usr/share/doc/hunspell-uz/TODO
/usr/share/hunspell/uz_UZ.aff
/usr/share/hunspell/uz_UZ.dic
/usr/share/licenses/hunspell-uz
/usr/share/licenses/hunspell-uz/COPYING
/usr/share/licenses/hunspell-uz/Copyright

References

Summary

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