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

In this tutorial we learn how to install texlive-was-doc.noarch in Amazon Linux 2. texlive-was-doc.noarch is Documentation for was

Introduction

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

What is texlive-was-doc.noarch

Documentation for was

We can use yum to install texlive-was-doc.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-doc.noarch.

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

sudo yum -y install texlive-was-doc.noarch

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

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

sudo yum remove texlive-was-doc.noarch

texlive-was-doc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-was-doc-svn21439.0
/usr/share/doc/texlive-was-doc-svn21439.0/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/was/fixmath.pdf
/usr/share/texlive/texmf-dist/doc/latex/was/gensymb.pdf
/usr/share/texlive/texmf-dist/doc/latex/was/icomma.pdf
/usr/share/texlive/texmf-dist/doc/latex/was/readme.1st
/usr/share/texlive/texmf-dist/doc/latex/was/upgreek.pdf

References

Summary

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