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