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