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

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

Introduction

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

What is hyphen-lv.noarch

Latvian hyphenation rules.

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

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

sudo yum -y install hyphen-lv.noarch

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

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

sudo yum remove hyphen-lv.noarch

hyphen-lv.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-lv-0.9.4
/usr/share/doc/hyphen-lv-0.9.4/README_hyph_lv_LV.txt
/usr/share/doc/hyphen-lv-0.9.4/license.txt
/usr/share/hyphen/hyph_lv_LV.dic

References

Summary

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