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