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

In this tutorial we learn how to install texlive-was.noarch in Amazon Linux 2. texlive-was.noarch is A collection of small packages by Walter Schmidt

Introduction

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

What is texlive-was.noarch

A bundle of packages that arise in the author’s area of interest - symbols that work in both maths and text modes; - commas for both decimal separator and maths; and - upright Greek letters in maths. date

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

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

sudo yum -y install texlive-was.noarch

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

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

sudo yum remove texlive-was.noarch

texlive-was.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-was-svn21439.0
/usr/share/doc/texlive-was-svn21439.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/was/fixmath.sty
/usr/share/texlive/texmf-dist/tex/latex/was/gensymb.sty
/usr/share/texlive/texmf-dist/tex/latex/was/icomma.sty
/usr/share/texlive/texmf-dist/tex/latex/was/upgreek.sty

References

Summary

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