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

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

Introduction

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

What is hunspell-is.noarch

Icelandic hunspell dictionaries.

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

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

sudo yum -y install hunspell-is.noarch

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

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

sudo yum remove hunspell-is.noarch

hunspell-is.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-is-0.20090823
/usr/share/doc/hunspell-is-0.20090823/LICENSE_en_US.txt
/usr/share/myspell/is_IS.aff
/usr/share/myspell/is_IS.dic

References

Summary

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