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

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

Introduction

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

What is hunspell-ss.noarch

Swati hunspell dictionaries.

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

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

sudo yum -y install hunspell-ss.noarch

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

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

sudo yum remove hunspell-ss.noarch

hunspell-ss.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-ss-0.20091030
/usr/share/doc/hunspell-ss-0.20091030/README-ss_ZA.txt
/usr/share/doc/hunspell-ss-0.20091030/package-description.txt
/usr/share/doc/hunspell-ss-0.20091030/release-notes-ss_ZA.txt
/usr/share/myspell/ss_ZA.aff
/usr/share/myspell/ss_ZA.dic

References

Summary

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