How To Install hunspell-se on Fedora 36

In this tutorial we learn how to install hunspell-se in Fedora 36. hunspell-se is Northern Saami hunspell dictionaries

Introduction

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

What is hunspell-se

Northern Saami hunspell dictionaries.

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

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

sudo dnf -y install hunspell-se

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

sudo yum -y install hunspell-se

How To Uninstall hunspell-se on Fedora 36

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

sudo dnf remove hunspell-se

hunspell-se Package Contents on Fedora 36

/usr/share/doc/hunspell-se
/usr/share/doc/hunspell-se/Copyright
/usr/share/doc/hunspell-se/GPL-3
/usr/share/doc/hunspell-se/README
/usr/share/hunspell/se_FI.aff
/usr/share/hunspell/se_FI.dic
/usr/share/hunspell/se_NO.aff
/usr/share/hunspell/se_NO.dic
/usr/share/hunspell/se_SE.aff
/usr/share/hunspell/se_SE.dic

References

Summary

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