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

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

Introduction

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

What is hunspell-ln.noarch

Lingala hunspell dictionaries.

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

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

sudo yum -y install hunspell-ln.noarch

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

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

sudo yum remove hunspell-ln.noarch

hunspell-ln.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-ln-0.02
/usr/share/doc/hunspell-ln-0.02/README_ln_CD.txt
/usr/share/myspell/ln_CD.aff
/usr/share/myspell/ln_CD.dic

References

Summary

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