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

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

Introduction

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

What is texlive-hyperref-doc.noarch

Documentation for hyperref

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

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

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

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

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

sudo yum remove texlive-hyperref-doc.noarch

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

/usr/share/doc/texlive-hyperref-doc-svn28213.6.83m
/usr/share/doc/texlive-hyperref-doc-svn28213.6.83m/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/hyperref/ChangeLog
/usr/share/texlive/texmf-dist/doc/latex/hyperref/ChangeLog.pdf
/usr/share/texlive/texmf-dist/doc/latex/hyperref/README
/usr/share/texlive/texmf-dist/doc/latex/hyperref/README.pdf
/usr/share/texlive/texmf-dist/doc/latex/hyperref/backref.pdf
/usr/share/texlive/texmf-dist/doc/latex/hyperref/cmmi10-22.gif
/usr/share/texlive/texmf-dist/doc/latex/hyperref/cmsy10-21.gif
/usr/share/texlive/texmf-dist/doc/latex/hyperref/hyperref.pdf
/usr/share/texlive/texmf-dist/doc/latex/hyperref/manual.css
/usr/share/texlive/texmf-dist/doc/latex/hyperref/manual.html
/usr/share/texlive/texmf-dist/doc/latex/hyperref/manual.pdf
/usr/share/texlive/texmf-dist/doc/latex/hyperref/manual2.html
/usr/share/texlive/texmf-dist/doc/latex/hyperref/manual3.html
/usr/share/texlive/texmf-dist/doc/latex/hyperref/nameref.pdf
/usr/share/texlive/texmf-dist/doc/latex/hyperref/options.pdf
/usr/share/texlive/texmf-dist/doc/latex/hyperref/paper.pdf
/usr/share/texlive/texmf-dist/doc/latex/hyperref/slides.pdf

References

Summary

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