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

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

Introduction

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

What is hunspell-ts.noarch

Tsonga hunspell dictionaries.

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

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

sudo yum -y install hunspell-ts.noarch

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

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

sudo yum remove hunspell-ts.noarch

hunspell-ts.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-ts-0.20091101
/usr/share/doc/hunspell-ts-0.20091101/README-ts-ZA.txt
/usr/share/myspell/ts_ZA.aff
/usr/share/myspell/ts_ZA.dic

References

Summary

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