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