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