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