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

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

Introduction

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

What is hunspell-ny.noarch

Chichewa hunspell dictionaries.

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

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

sudo yum -y install hunspell-ny.noarch

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

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

sudo yum remove hunspell-ny.noarch

hunspell-ny.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-ny-0.01
/usr/share/doc/hunspell-ny-0.01/LICENSES-en.txt
/usr/share/doc/hunspell-ny-0.01/README_ny_MW.txt
/usr/share/myspell/ny_MW.aff
/usr/share/myspell/ny_MW.dic

References

Summary

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