How To Install texlive-xetex-tibetan.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-xetex-tibetan.noarch in Amazon Linux 2. texlive-xetex-tibetan.noarch is XeTeX input maps for Unicode Tibetan

Introduction

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

What is texlive-xetex-tibetan.noarch

The package provides a map for use with Jonathan Kew’s TECkit, to translate Tibetan to Unicode (range 0F00-0FFF). date

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

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

sudo yum -y install texlive-xetex-tibetan.noarch

How To Uninstall texlive-xetex-tibetan.noarch on Amazon Linux 2

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

sudo yum remove texlive-xetex-tibetan.noarch

texlive-xetex-tibetan.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-xetex-tibetan-svn28847.0.1
/usr/share/doc/texlive-xetex-tibetan-svn28847.0.1/lppl1.txt
/usr/share/texlive/texmf-dist/fonts/misc/xetex/fontmapping/xetex-tibetan/loctib.map
/usr/share/texlive/texmf-dist/fonts/misc/xetex/fontmapping/xetex-tibetan/loctib.tec
/usr/share/texlive/texmf-dist/fonts/misc/xetex/fontmapping/xetex-tibetan/wylie.map
/usr/share/texlive/texmf-dist/fonts/misc/xetex/fontmapping/xetex-tibetan/wylie.tec

References

Summary

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