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

In this tutorial we learn how to install hyphen-gl.noarch in Amazon Linux 2. hyphen-gl.noarch is Galician hyphenation rules

Introduction

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

What is hyphen-gl.noarch

Galician hyphenation rules.

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

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

sudo yum -y install hyphen-gl.noarch

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

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

sudo yum remove hyphen-gl.noarch

hyphen-gl.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-gl-0.99
/usr/share/doc/hyphen-gl-0.99/LEME-gl_ANY.txt
/usr/share/doc/hyphen-gl-0.99/LICENCES-gl.txt
/usr/share/doc/hyphen-gl-0.99/LICENSES-en.txt
/usr/share/hyphen/hyph_gl_ES.dic

References

Summary

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