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