How To Install texlive-hyperref.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-hyperref.noarch on Amazon Linux 2.
What is texlive-hyperref.noarch
The hyperref package is used to handle cross-referencing commands in LaTeX to produce hypertext links in the document. The package provides backends for the \special set defined for HyperTeX DVI processors; for embedded pdfmark commands for processing by Acrobat Distiller (dvips and Y&Y’s dvipsone); for Y&Y’s dviwindo; for PDF control within pdfTeX and dvipdfm; for TeX4ht; and for VTeX’s pdf and HTML backends. The package is distributed with the backref and nameref packages, which make use of the facilities of hyperref. The package depends on the author’s kvoptions, ltxcmdsand refcount packages. date
We can use yum to install texlive-hyperref.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.noarch.
Install texlive-hyperref.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.noarch using yum by running the following command:
sudo yum -y install texlive-hyperref.noarch
How To Uninstall texlive-hyperref.noarch on Amazon Linux 2
To uninstall only the texlive-hyperref.noarch package we can use the following command:
sudo yum remove texlive-hyperref.noarch
texlive-hyperref.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-hyperref-svn28213.6.83m
/usr/share/doc/texlive-hyperref-svn28213.6.83m/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/hyperref/backref.sty
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdvipdfm.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdvips.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdvipson.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hdviwind.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hpdftex.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/htex4ht.cfg
/usr/share/texlive/texmf-dist/tex/latex/hyperref/htex4ht.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/htexture.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hvtex.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hvtexhtm.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hvtexmrk.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hxetex.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hylatex.ltx
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hyperref.sty
/usr/share/texlive/texmf-dist/tex/latex/hyperref/hypertex.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/minitoc-hyper.sty
/usr/share/texlive/texmf-dist/tex/latex/hyperref/nameref.sty
/usr/share/texlive/texmf-dist/tex/latex/hyperref/nohyperref.sty
/usr/share/texlive/texmf-dist/tex/latex/hyperref/ntheorem-hyper.sty
/usr/share/texlive/texmf-dist/tex/latex/hyperref/pd1enc.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/pdfmark.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/psdextra.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/puarenc.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/puvnenc.def
/usr/share/texlive/texmf-dist/tex/latex/hyperref/xr-hyper.sty
References
Summary
In this tutorial we learn how to install texlive-hyperref.noarch on Amazon Linux 2 using yum.