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

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

Introduction

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

What is hunspell-ti.noarch

Tigrigna hunspell dictionaries.

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

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

sudo yum -y install hunspell-ti.noarch

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

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

sudo yum remove hunspell-ti.noarch

hunspell-ti.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-ti-0.20090911
/usr/share/doc/hunspell-ti-0.20090911/README.txt
/usr/share/myspell/ti_ER.aff
/usr/share/myspell/ti_ER.dic
/usr/share/myspell/ti_ET.aff
/usr/share/myspell/ti_ET.dic

References

Summary

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