How To Install hunspell-da on Fedora 36
Introduction
In this tutorial we learn how to install hunspell-da
on Fedora 36.
What is hunspell-da
Danish hunspell dictionaries.
We can use yum
or dnf
to install hunspell-da
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-da.
Install hunspell-da on Fedora 36 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 Fedora 36 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 Fedora 36
To uninstall only the hunspell-da
package we can use the following command:
sudo dnf remove hunspell-da
hunspell-da Package Contents on Fedora 36
/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/hunspell/da_DK.aff
/usr/share/hunspell/da_DK.dic
References
Summary
In this tutorial we learn how to install hunspell-da
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).