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