How To Install hunspell-la on Rocky Linux 8
In this tutorial we learn how to install hunspell-la on Rocky Linux 8. hunspell-la is Latin hunspell dictionaries
Introduction
In this tutorial we learn how to install hunspell-la
on Rocky Linux 8.
What is hunspell-la
Latin hunspell dictionaries.
We can use yum
or dnf
to install hunspell-la
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-la.
Install hunspell-la 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-la
using dnf
by running the following command:
sudo dnf -y install hunspell-la
Install hunspell-la 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-la
using yum
by running the following command:
sudo yum -y install hunspell-la
How To Uninstall hunspell-la on Rocky Linux 8
To uninstall only the hunspell-la
package we can use the following command:
sudo dnf remove hunspell-la
hunspell-la Package Contents on Rocky Linux 8
/usr/share/doc/hunspell-la
/usr/share/doc/hunspell-la/README_extension_owner-la.txt
/usr/share/doc/hunspell-la/README_la.txt
/usr/share/licenses/hunspell-la
/usr/share/licenses/hunspell-la/COPYING_GPLv2.txt
/usr/share/licenses/hunspell-la/COPYING_GPLv3.txt
/usr/share/myspell/la.aff
/usr/share/myspell/la.dic
References
Summary
In this tutorial we learn how to install hunspell-la
on Rocky Linux 8 using yum and dnf.