How To Install hunspell-es-CO on Rocky Linux 8

In this tutorial we learn how to install hunspell-es-CO on Rocky Linux 8. hunspell-es-CO is Colombian Spanish hunspell dictionary

Introduction

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

What is hunspell-es-CO

Colombian Spanish hunspell dictionary

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

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

sudo dnf -y install hunspell-es-CO

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

sudo yum -y install hunspell-es-CO

How To Uninstall hunspell-es-CO on Rocky Linux 8

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

sudo dnf remove hunspell-es-CO

hunspell-es-CO Package Contents on Rocky Linux 8

/usr/share/doc/hunspell-es-CO
/usr/share/doc/hunspell-es-CO/Changelog.txt
/usr/share/doc/hunspell-es-CO/README.txt
/usr/share/licenses/hunspell-es-CO
/usr/share/licenses/hunspell-es-CO/GPLv3.txt
/usr/share/licenses/hunspell-es-CO/LGPLv3.txt
/usr/share/licenses/hunspell-es-CO/MPL-1.1.txt
/usr/share/myspell/es_CO.aff
/usr/share/myspell/es_CO.dic

References

Summary

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