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

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

Introduction

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

What is hunspell-mt.noarch

Maltese hunspell dictionaries.

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

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

sudo yum -y install hunspell-mt.noarch

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

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

sudo yum remove hunspell-mt.noarch

hunspell-mt.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-mt-0.20020708
/usr/share/doc/hunspell-mt-0.20020708/readme.txt
/usr/share/myspell/mt_MT.aff
/usr/share/myspell/mt_MT.dic

References

Summary

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