How To Install hunspell-ml.noarch on Amazon Linux 2
In this tutorial we learn how to install hunspell-ml.noarch in Amazon Linux 2. hunspell-ml.noarch is Malayalam hunspell dictionaries
Introduction
In this tutorial we learn how to install hunspell-ml.noarch on Amazon Linux 2.
What is hunspell-ml.noarch
Malayalam hunspell dictionaries
We can use yum to install hunspell-ml.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-ml.noarch.
Install hunspell-ml.noarch on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install hunspell-ml.noarch using yum by running the following command:
sudo yum -y install hunspell-ml.noarch
How To Uninstall hunspell-ml.noarch on Amazon Linux 2
To uninstall only the hunspell-ml.noarch package we can use the following command:
sudo yum remove hunspell-ml.noarch
hunspell-ml.noarch Package Contents on Amazon Linux 2
/usr/share/doc/hunspell-ml-0.1
/usr/share/doc/hunspell-ml-0.1/COPYING
/usr/share/doc/hunspell-ml-0.1/README
/usr/share/myspell/ml_IN.aff
/usr/share/myspell/ml_IN.dic
References
Summary
In this tutorial we learn how to install hunspell-ml.noarch on Amazon Linux 2 using yum.