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