How To Install hunspell-de.noarch on Amazon Linux 2
In this tutorial we learn how to install hunspell-de.noarch in Amazon Linux 2. hunspell-de.noarch is German hunspell dictionaries
Introduction
In this tutorial we learn how to install hunspell-de.noarch on Amazon Linux 2.
What is hunspell-de.noarch
German (Germany, Switzerland, etc.) hunspell dictionaries.
We can use yum to install hunspell-de.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-de.noarch.
Install hunspell-de.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-de.noarch using yum by running the following command:
sudo yum -y install hunspell-de.noarch
How To Uninstall hunspell-de.noarch on Amazon Linux 2
To uninstall only the hunspell-de.noarch package we can use the following command:
sudo yum remove hunspell-de.noarch
hunspell-de.noarch Package Contents on Amazon Linux 2
/usr/share/doc/hunspell-de-0.20120607
/usr/share/doc/hunspell-de-0.20120607/COPYING_GPLv2
/usr/share/doc/hunspell-de-0.20120607/COPYING_GPLv3
/usr/share/doc/hunspell-de-0.20120607/COPYING_OASIS
/usr/share/doc/hunspell-de-0.20120607/Copyright
/usr/share/doc/hunspell-de-0.20120607/README_de_AT.txt
/usr/share/doc/hunspell-de-0.20120607/README_de_CH.txt
/usr/share/doc/hunspell-de-0.20120607/README_de_DE.txt
/usr/share/myspell/de_AT.aff
/usr/share/myspell/de_AT.dic
/usr/share/myspell/de_BE.aff
/usr/share/myspell/de_BE.dic
/usr/share/myspell/de_CH.aff
/usr/share/myspell/de_CH.dic
/usr/share/myspell/de_DE.aff
/usr/share/myspell/de_DE.dic
/usr/share/myspell/de_LI.aff
/usr/share/myspell/de_LI.dic
/usr/share/myspell/de_LU.aff
/usr/share/myspell/de_LU.dic
References
Summary
In this tutorial we learn how to install hunspell-de.noarch on Amazon Linux 2 using yum.