How To Install hunspell-et.noarch on Amazon Linux 2

In this tutorial we learn how to install hunspell-et.noarch in Amazon Linux 2. hunspell-et.noarch is Estonian hunspell dictionaries

Introduction

In this tutorial we learn how to install hunspell-et.noarch on Amazon Linux 2.

What is hunspell-et.noarch

Estonian hunspell dictionaries.

We can use yum to install hunspell-et.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hunspell-et.noarch.

Install hunspell-et.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-et.noarch using yum by running the following command:

sudo yum -y install hunspell-et.noarch

How To Uninstall hunspell-et.noarch on Amazon Linux 2

To uninstall only the hunspell-et.noarch package we can use the following command:

sudo yum remove hunspell-et.noarch

hunspell-et.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-et-0.20030606
/usr/share/doc/hunspell-et-0.20030606/COPYRIGHT
/usr/share/doc/hunspell-et-0.20030606/ChangeLog
/usr/share/doc/hunspell-et-0.20030606/README
/usr/share/myspell/et_EE.aff
/usr/share/myspell/et_EE.dic

References

Summary

In this tutorial we learn how to install hunspell-et.noarch on Amazon Linux 2 using yum.