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