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

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

Introduction

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

What is hyphen-cs.noarch

Czech hyphenation rules.

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

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

sudo yum -y install hyphen-cs.noarch

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

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

sudo yum remove hyphen-cs.noarch

hyphen-cs.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-cs-20060303
/usr/share/doc/hyphen-cs-20060303/README_hyph_cs_CZ.txt
/usr/share/hyphen/hyph_cs_CZ.dic

References

Summary

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