How To Install hyphen-uk.noarch on Amazon Linux 2
In this tutorial we learn how to install hyphen-uk.noarch in Amazon Linux 2. hyphen-uk.noarch is Ukrainian hyphenation rules
Introduction
In this tutorial we learn how to install hyphen-uk.noarch on Amazon Linux 2.
What is hyphen-uk.noarch
Ukrainian hyphenation rules.
We can use yum to install hyphen-uk.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hyphen-uk.noarch.
Install hyphen-uk.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-uk.noarch using yum by running the following command:
sudo yum -y install hyphen-uk.noarch
How To Uninstall hyphen-uk.noarch on Amazon Linux 2
To uninstall only the hyphen-uk.noarch package we can use the following command:
sudo yum remove hyphen-uk.noarch
hyphen-uk.noarch Package Contents on Amazon Linux 2
/usr/share/doc/hyphen-uk-0.20030903
/usr/share/doc/hyphen-uk-0.20030903/README_hyph_uk_UA.txt
/usr/share/hyphen/hyph_uk_UA.dic
References
Summary
In this tutorial we learn how to install hyphen-uk.noarch on Amazon Linux 2 using yum.