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