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