How To Install texlive-garuda-c90.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-garuda-c90.noarch in Amazon Linux 2. texlive-garuda-c90.noarch is TeX support (from CJK) for the garuda font in thailatex

Introduction

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

What is texlive-garuda-c90.noarch

garuda-c90 package

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

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

sudo yum -y install texlive-garuda-c90.noarch

How To Uninstall texlive-garuda-c90.noarch on Amazon Linux 2

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

sudo yum remove texlive-garuda-c90.noarch

texlive-garuda-c90.noarch Package Contents on Amazon Linux 2

/usr/share/texlive/texmf-dist/dvips/garuda-c90/config.garuda-c90
/usr/share/texlive/texmf-dist/fonts/map/dvips/garuda-c90/garuda-c90.map
/usr/share/texlive/texmf-dist/fonts/tfm/public/garuda-c90/fgdb8z.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/garuda-c90/fgdbo8z.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/garuda-c90/fgdo8z.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/garuda-c90/fgdr8z.tfm

References

Summary

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