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

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

Introduction

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

What is hunspell-gl.noarch

Galician hunspell dictionaries.

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

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

sudo yum -y install hunspell-gl.noarch

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

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

sudo yum remove hunspell-gl.noarch

hunspell-gl.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hunspell-gl-0.20080515
/usr/share/doc/hunspell-gl-0.20080515/README_gl_ES.txt
/usr/share/myspell/gl_ES.aff
/usr/share/myspell/gl_ES.dic

References

Summary

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