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

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

Introduction

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

What is hyphen-is.noarch

Icelandic hyphenation rules.

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

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

sudo yum -y install hyphen-is.noarch

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

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

sudo yum remove hyphen-is.noarch

hyphen-is.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-is-0.20030920
/usr/share/doc/hyphen-is-0.20030920/README_hyph_is_IS.txt
/usr/share/hyphen/hyph_is_IS.dic

References

Summary

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