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

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

Introduction

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

What is hunspell-as.noarch

Assamese hunspell dictionaries.

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

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

sudo yum -y install hunspell-as.noarch

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

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

sudo yum remove hunspell-as.noarch

hunspell-as.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-as-1.0.3
/usr/share/doc/hunspell-as-1.0.3/COPYING
/usr/share/doc/hunspell-as-1.0.3/COPYING.GPL
/usr/share/doc/hunspell-as-1.0.3/COPYING.LGPL
/usr/share/doc/hunspell-as-1.0.3/COPYING.MPL
/usr/share/doc/hunspell-as-1.0.3/README_as_IN.txt
/usr/share/myspell/as_IN.aff
/usr/share/myspell/as_IN.dic

References

Summary

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