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