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