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

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

Introduction

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

What is hunspell-ko.noarch

Korean hunspell dictionaries.

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

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

sudo yum -y install hunspell-ko.noarch

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

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

sudo yum remove hunspell-ko.noarch

hunspell-ko.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-ko-0.5.5
/usr/share/doc/hunspell-ko-0.5.5/LICENSE
/usr/share/doc/hunspell-ko-0.5.5/LICENSE.GPL
/usr/share/doc/hunspell-ko-0.5.5/LICENSE.LGPL
/usr/share/doc/hunspell-ko-0.5.5/LICENSE.MPL
/usr/share/doc/hunspell-ko-0.5.5/README
/usr/share/myspell/ko_KR.aff
/usr/share/myspell/ko_KR.dic

References

Summary

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