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