How To Install texlive-thailatex.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-thailatex.noarch in Amazon Linux 2. texlive-thailatex.noarch is Typeset Thai texts with standard LaTeX classes

Introduction

In this tutorial we learn how to install texlive-thailatex.noarch on Amazon Linux 2.

What is texlive-thailatex.noarch

ThaiLaTeX enables typesetting Thai with standard LaTeX document classes. It is designed to become a part of babel, and may be used as such after a (small) patch to babel itself. date

We can use yum to install texlive-thailatex.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-thailatex.noarch.

Install texlive-thailatex.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 texlive-thailatex.noarch using yum by running the following command:

sudo yum -y install texlive-thailatex.noarch

How To Uninstall texlive-thailatex.noarch on Amazon Linux 2

To uninstall only the texlive-thailatex.noarch package we can use the following command:

sudo yum remove texlive-thailatex.noarch

texlive-thailatex.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-thailatex-svn29349.0.5.1
/usr/share/doc/texlive-thailatex-svn29349.0.5.1/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/thailatex/hyph-th-utf8.tex
/usr/share/texlive/texmf-dist/tex/generic/thailatex/hyph-th.tex
/usr/share/texlive/texmf-dist/tex/generic/thailatex/loadhyph-th.tex
/usr/share/texlive/texmf-dist/tex/generic/thailatex/lthenc.def
/usr/share/texlive/texmf-dist/tex/generic/thailatex/thai.ldf
/usr/share/texlive/texmf-dist/tex/generic/thailatex/thswitch.sty
/usr/share/texlive/texmf-dist/tex/generic/thailatex/tis620.def

References

Summary

In this tutorial we learn how to install texlive-thailatex.noarch on Amazon Linux 2 using yum.