How To Install hyphen-en.noarch on Amazon Linux 2
In this tutorial we learn how to install hyphen-en.noarch in Amazon Linux 2. hyphen-en.noarch is English hyphenation rules
Introduction
In this tutorial we learn how to install hyphen-en.noarch on Amazon Linux 2.
What is hyphen-en.noarch
English hyphenation rules.
We can use yum to install hyphen-en.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install hyphen-en.noarch.
Install hyphen-en.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-en.noarch using yum by running the following command:
sudo yum -y install hyphen-en.noarch
How To Uninstall hyphen-en.noarch on Amazon Linux 2
To uninstall only the hyphen-en.noarch package we can use the following command:
sudo yum remove hyphen-en.noarch
hyphen-en.noarch Package Contents on Amazon Linux 2
/usr/share/hyphen/hyph_en_AG.dic
/usr/share/hyphen/hyph_en_AU.dic
/usr/share/hyphen/hyph_en_BS.dic
/usr/share/hyphen/hyph_en_BW.dic
/usr/share/hyphen/hyph_en_BZ.dic
/usr/share/hyphen/hyph_en_CA.dic
/usr/share/hyphen/hyph_en_DK.dic
/usr/share/hyphen/hyph_en_GB.dic
/usr/share/hyphen/hyph_en_GH.dic
/usr/share/hyphen/hyph_en_HK.dic
/usr/share/hyphen/hyph_en_IE.dic
/usr/share/hyphen/hyph_en_IN.dic
/usr/share/hyphen/hyph_en_JM.dic
/usr/share/hyphen/hyph_en_MW.dic
/usr/share/hyphen/hyph_en_NA.dic
/usr/share/hyphen/hyph_en_NZ.dic
/usr/share/hyphen/hyph_en_PH.dic
/usr/share/hyphen/hyph_en_SG.dic
/usr/share/hyphen/hyph_en_TT.dic
/usr/share/hyphen/hyph_en_US.dic
/usr/share/hyphen/hyph_en_ZA.dic
/usr/share/hyphen/hyph_en_ZM.dic
/usr/share/hyphen/hyph_en_ZW.dic
References
Summary
In this tutorial we learn how to install hyphen-en.noarch on Amazon Linux 2 using yum.