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