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

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

Introduction

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

What is hyphen-ro.noarch

Romanian hyphenation rules.

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

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

sudo yum -y install hyphen-ro.noarch

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

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

sudo yum remove hyphen-ro.noarch

hyphen-ro.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-ro-3.3.6
/usr/share/doc/hyphen-ro-3.3.6/COPYING.GPL
/usr/share/doc/hyphen-ro-3.3.6/README
/usr/share/hyphen/hyph_ro_RO.dic

References

Summary

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