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