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

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

Introduction

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

What is hunspell-ku.noarch

Kurdish hunspell dictionaries.

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

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

sudo yum -y install hunspell-ku.noarch

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

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

sudo yum remove hunspell-ku.noarch

hunspell-ku.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-ku-0.21
/usr/share/doc/hunspell-ku-0.21/MPL-1.1.txt
/usr/share/doc/hunspell-ku-0.21/README_ku_TR.txt
/usr/share/doc/hunspell-ku-0.21/gpl-3.0.txt
/usr/share/doc/hunspell-ku-0.21/lgpl-3.0.txt
/usr/share/myspell/ku_SY.aff
/usr/share/myspell/ku_SY.dic
/usr/share/myspell/ku_TR.aff
/usr/share/myspell/ku_TR.dic

References

Summary

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