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

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

Introduction

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

What is hyphen-mi.noarch

Maori hyphenation rules.

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

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

sudo yum -y install hyphen-mi.noarch

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

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

sudo yum remove hyphen-mi.noarch

hyphen-mi.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-mi-0.20080630
/usr/share/doc/hyphen-mi-0.20080630/mi.LICENSE
/usr/share/doc/hyphen-mi-0.20080630/mi.README
/usr/share/hyphen/hyph_mi_NZ.dic

References

Summary

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