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