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