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

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

Introduction

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

What is hunspell-sk.noarch

Slovak hunspell dictionaries.

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

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

sudo yum -y install hunspell-sk.noarch

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

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

sudo yum remove hunspell-sk.noarch

hunspell-sk.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-sk-0.20110228
/usr/share/doc/hunspell-sk-0.20110228/AUTHORS
/usr/share/doc/hunspell-sk-0.20110228/Copyright
/usr/share/doc/hunspell-sk-0.20110228/Flagy.AUTHORS
/usr/share/doc/hunspell-sk-0.20110228/Flagy.Changelog
/usr/share/doc/hunspell-sk-0.20110228/Flagy.README
/usr/share/doc/hunspell-sk-0.20110228/Flagy.TODO
/usr/share/doc/hunspell-sk-0.20110228/GPL
/usr/share/doc/hunspell-sk-0.20110228/LGPL
/usr/share/doc/hunspell-sk-0.20110228/MPL
/usr/share/myspell/sk_SK.aff
/usr/share/myspell/sk_SK.dic

References

Summary

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