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

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

Introduction

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

What is hyphen-it.noarch

Italian hyphenation rules.

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

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

sudo yum -y install hyphen-it.noarch

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

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

sudo yum remove hyphen-it.noarch

hyphen-it.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-it-0.20071127
/usr/share/doc/hyphen-it-0.20071127/README_hyph_it_IT.txt
/usr/share/hyphen/hyph_it_CH.dic
/usr/share/hyphen/hyph_it_IT.dic
/usr/share/hyphen/hyph_la_VA.dic

References

Summary

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