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