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

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

Introduction

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

What is hyphen-sr.noarch

Serbian hyphenation rules.

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

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

sudo yum -y install hyphen-sr.noarch

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

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

sudo yum remove hyphen-sr.noarch

hyphen-sr.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-sr-0.20100920
/usr/share/doc/hyphen-sr-0.20100920/license_en-US.txt
/usr/share/doc/hyphen-sr-0.20100920/license_sh.txt
/usr/share/doc/hyphen-sr-0.20100920/license_sr.txt
/usr/share/hyphen/hyph_bs_BA.dic
/usr/share/hyphen/hyph_sh_ME.dic
/usr/share/hyphen/hyph_sh_RS.dic
/usr/share/hyphen/hyph_sh_YU.dic
/usr/share/hyphen/hyph_sr_ME.dic
/usr/share/hyphen/hyph_sr_RS.dic
/usr/share/hyphen/hyph_sr_YU.dic

References

Summary

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