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