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

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

Introduction

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

What is hunspell-am.noarch

Amharic hunspell dictionaries.

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

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

sudo yum -y install hunspell-am.noarch

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

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

sudo yum remove hunspell-am.noarch

hunspell-am.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-am-0.20090704
/usr/share/doc/hunspell-am-0.20090704/README.txt
/usr/share/myspell/am_ET.aff
/usr/share/myspell/am_ET.dic

References

Summary

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