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