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