How To Install hunspell-de on Rocky Linux 8

In this tutorial we learn how to install hunspell-de on Rocky Linux 8. hunspell-de is German hunspell dictionaries

Introduction

In this tutorial we learn how to install hunspell-de on Rocky Linux 8.

What is hunspell-de

German (Germany, Switzerland, etc.) hunspell dictionaries.

We can use yum or dnf to install hunspell-de on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-de.

Install hunspell-de on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install hunspell-de using dnf by running the following command:

sudo dnf -y install hunspell-de

Install hunspell-de on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install hunspell-de using yum by running the following command:

sudo yum -y install hunspell-de

How To Uninstall hunspell-de on Rocky Linux 8

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

sudo dnf remove hunspell-de

hunspell-de Package Contents on Rocky Linux 8

/usr/share/doc/hunspell-de
/usr/share/doc/hunspell-de/COPYING_GPLv2
/usr/share/doc/hunspell-de/COPYING_GPLv3
/usr/share/doc/hunspell-de/Copyright
/usr/share/doc/hunspell-de/README_de_AT.txt
/usr/share/doc/hunspell-de/README_de_CH.txt
/usr/share/doc/hunspell-de/README_de_DE.txt
/usr/share/myspell/de_AT.aff
/usr/share/myspell/de_AT.dic
/usr/share/myspell/de_BE.aff
/usr/share/myspell/de_BE.dic
/usr/share/myspell/de_CH.aff
/usr/share/myspell/de_CH.dic
/usr/share/myspell/de_DE.aff
/usr/share/myspell/de_DE.dic
/usr/share/myspell/de_LI.aff
/usr/share/myspell/de_LI.dic
/usr/share/myspell/de_LU.aff
/usr/share/myspell/de_LU.dic

References

Summary

In this tutorial we learn how to install hunspell-de on Rocky Linux 8 using yum and dnf.