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