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