How To Install hunspell-ku on Fedora 36
Introduction
In this tutorial we learn how to install hunspell-ku
on Fedora 36.
What is hunspell-ku
Kurdish hunspell dictionaries.
We can use yum
or dnf
to install hunspell-ku
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-ku.
Install hunspell-ku 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-ku
using dnf
by running the following command:
sudo dnf -y install hunspell-ku
Install hunspell-ku 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-ku
using yum
by running the following command:
sudo yum -y install hunspell-ku
How To Uninstall hunspell-ku on Fedora 36
To uninstall only the hunspell-ku
package we can use the following command:
sudo dnf remove hunspell-ku
hunspell-ku Package Contents on Fedora 36
/usr/share/doc/hunspell-ku
/usr/share/doc/hunspell-ku/MPL-1.1.txt
/usr/share/doc/hunspell-ku/README_ku_TR.txt
/usr/share/doc/hunspell-ku/gpl-3.0.txt
/usr/share/doc/hunspell-ku/lgpl-3.0.txt
/usr/share/hunspell/ku_SY.aff
/usr/share/hunspell/ku_SY.dic
/usr/share/hunspell/ku_TR.aff
/usr/share/hunspell/ku_TR.dic
References
Summary
In this tutorial we learn how to install hunspell-ku
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).