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

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

Introduction

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

What is hyphen-ga.noarch

Irish hyphenation rules.

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

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

sudo yum -y install hyphen-ga.noarch

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

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

sudo yum remove hyphen-ga.noarch

hyphen-ga.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-ga-0.20040220
/usr/share/doc/hyphen-ga-0.20040220/README_hyph_ga_IE.txt
/usr/share/hyphen/hyph_ga_IE.dic

References

Summary

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