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