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

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

Introduction

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

What is texlive-index-doc.noarch

Documentation for index

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

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

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

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

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

sudo yum remove texlive-index-doc.noarch

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

/usr/share/texlive/texmf-dist/doc/latex/index/README
/usr/share/texlive/texmf-dist/doc/latex/index/TODO
/usr/share/texlive/texmf-dist/doc/latex/index/agsmtst.tex
/usr/share/texlive/texmf-dist/doc/latex/index/autind.tex
/usr/share/texlive/texmf-dist/doc/latex/index/index.pdf
/usr/share/texlive/texmf-dist/doc/latex/index/plaintst.tex
/usr/share/texlive/texmf-dist/doc/latex/index/sample.tex
/usr/share/texlive/texmf-dist/doc/latex/index/test.bib

References

Summary

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