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