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