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

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

Introduction

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

What is hunspell-la.noarch

Latin hunspell dictionaries.

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

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

sudo yum -y install hunspell-la.noarch

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

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

sudo yum remove hunspell-la.noarch

hunspell-la.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-la-0.20110807
/usr/share/doc/hunspell-la-0.20110807/COPYING_GPLv2.txt
/usr/share/doc/hunspell-la-0.20110807/COPYING_GPLv3.txt
/usr/share/doc/hunspell-la-0.20110807/README_extension_owner-la.txt
/usr/share/doc/hunspell-la-0.20110807/README_la.txt
/usr/share/myspell/la.aff
/usr/share/myspell/la.dic

References

Summary

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