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

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

Introduction

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

What is hyphen-ca.noarch

Catalan hyphenation rules.

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

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

sudo yum -y install hyphen-ca.noarch

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

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

sudo yum remove hyphen-ca.noarch

hyphen-ca.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-ca-0.9.3
/usr/share/doc/hyphen-ca-0.9.3/LICENSES-en.txt
/usr/share/doc/hyphen-ca-0.9.3/LLICENCIES-ca.txt
/usr/share/doc/hyphen-ca-0.9.3/release-note_ca.txt
/usr/share/doc/hyphen-ca-0.9.3/release-note_en.txt
/usr/share/hyphen/hyph_ca_AD.dic
/usr/share/hyphen/hyph_ca_ES.dic
/usr/share/hyphen/hyph_ca_FR.dic
/usr/share/hyphen/hyph_ca_IT.dic

References

Summary

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