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