How To Install hunspell-kk.noarch on Amazon Linux 2
In this tutorial we learn how to install hunspell-kk.noarch in Amazon Linux 2. hunspell-kk.noarch is Kazakh hunspell dictionaries
Introduction
In this tutorial we learn how to install hunspell-kk.noarch on Amazon Linux 2.
What is hunspell-kk.noarch
Kazakh hunspell dictionaries.
We can use yum to install hunspell-kk.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-kk.noarch.
Install hunspell-kk.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-kk.noarch using yum by running the following command:
sudo yum -y install hunspell-kk.noarch
How To Uninstall hunspell-kk.noarch on Amazon Linux 2
To uninstall only the hunspell-kk.noarch package we can use the following command:
sudo yum remove hunspell-kk.noarch
hunspell-kk.noarch Package Contents on Amazon Linux 2
/usr/share/doc/hunspell-kk-1.1
/usr/share/doc/hunspell-kk-1.1/README_kk_KZ.txt
/usr/share/myspell/kk_KZ.aff
/usr/share/myspell/kk_KZ.dic
References
Summary
In this tutorial we learn how to install hunspell-kk.noarch on Amazon Linux 2 using yum.