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

In this tutorial we learn how to install texlive-jadetex.noarch in Amazon Linux 2. texlive-jadetex.noarch is Macros supporting Jade DSSSL output

Introduction

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

What is texlive-jadetex.noarch

Macro package on top of LaTeX to typeset TeX output of the Jade DSSSL implementation. date

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

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

sudo yum -y install texlive-jadetex.noarch

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

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

sudo yum remove texlive-jadetex.noarch

texlive-jadetex.noarch Package Contents on Amazon Linux 2

/usr/share/texlive/texmf-dist/tex/jadetex/base/dsssl.def
/usr/share/texlive/texmf-dist/tex/jadetex/base/jadetex.ini
/usr/share/texlive/texmf-dist/tex/jadetex/base/jadetex.ltx
/usr/share/texlive/texmf-dist/tex/jadetex/base/pdfjadetex.ini
/usr/share/texlive/texmf-dist/tex/jadetex/base/uentities.sty
/usr/share/texlive/texmf-dist/tex/jadetex/base/ut1omlgc.fd

References

Summary

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