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