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