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