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

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

Introduction

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

What is hyphen-bg.noarch

Bulgarian hyphenation rules.

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

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

sudo yum -y install hyphen-bg.noarch

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

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

sudo yum remove hyphen-bg.noarch

hyphen-bg.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-bg-4.3
/usr/share/doc/hyphen-bg-4.3/ChangeLog
/usr/share/doc/hyphen-bg-4.3/Copyright
/usr/share/doc/hyphen-bg-4.3/GPL-2.0.txt
/usr/share/doc/hyphen-bg-4.3/LGPL-2.1.txt
/usr/share/doc/hyphen-bg-4.3/MPL-1.1.txt
/usr/share/doc/hyphen-bg-4.3/README.bulgarian
/usr/share/hyphen/hyph_bg_BG.dic

References

Summary

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