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