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

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

Introduction

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

What is hyphen-de.noarch

German hyphenation rules.

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

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

sudo yum -y install hyphen-de.noarch

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

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

sudo yum remove hyphen-de.noarch

hyphen-de.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-de-0.20060120
/usr/share/doc/hyphen-de-0.20060120/README_hyph_de_DE.txt
/usr/share/hyphen/hyph_de_AT.dic
/usr/share/hyphen/hyph_de_BE.dic
/usr/share/hyphen/hyph_de_CH.dic
/usr/share/hyphen/hyph_de_DE.dic
/usr/share/hyphen/hyph_de_LI.dic
/usr/share/hyphen/hyph_de_LU.dic

References

Summary

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