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