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

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

Introduction

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

What is texlive-etex-doc.noarch

Documentation for etex

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

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

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

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

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

sudo yum remove texlive-etex-doc.noarch

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

/usr/share/doc/texlive-etex-doc-svn22198.2.1
/usr/share/doc/texlive-etex-doc-svn22198.2.1/knuth.txt
/usr/share/texlive/texmf-dist/doc/etex/base/NTS-FAQ
/usr/share/texlive/texmf-dist/doc/etex/base/etex_gen.tex
/usr/share/texlive/texmf-dist/doc/etex/base/etex_man.pdf
/usr/share/texlive/texmf-dist/doc/etex/base/etex_man.sty
/usr/share/texlive/texmf-dist/doc/etex/base/etex_man.tex
/usr/share/texlive/texmf-dist/doc/etex/base/etex_ref.html
/usr/share/texlive/texmf-dist/doc/etex/base/etex_src.html
/usr/share/texlive/texmf-dist/doc/etex/base/legal.html
/usr/share/texlive/texmf-dist/doc/etex/base/nts-group.html
/usr/share/texlive/texmf-dist/doc/etex/base/webmerge.tex

References

Summary

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