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

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

Introduction

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

What is hyphen-id.noarch

Indonesian hyphenation rules.

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

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

sudo yum -y install hyphen-id.noarch

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

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

sudo yum remove hyphen-id.noarch

hyphen-id.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-id-0.20040812
/usr/share/doc/hyphen-id-0.20040812/README_id_ID.txt
/usr/share/hyphen/hyph_id_ID.dic

References

Summary

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