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

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

Introduction

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

What is hyphen-sl.noarch

Slovenian hyphenation rules.

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

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

sudo yum -y install hyphen-sl.noarch

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

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

sudo yum remove hyphen-sl.noarch

hyphen-sl.noarch Package Contents on Amazon Linux 2

/usr/share/doc/hyphen-sl-0.20070127
/usr/share/doc/hyphen-sl-0.20070127/README_hyph_sl_SI.txt
/usr/share/hyphen/hyph_sl_SI.dic

References

Summary

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