How To Install texlive-graphics.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-graphics.noarch on Amazon Linux 2.
What is texlive-graphics.noarch
The package was designed to accommodate all needs for inclusion of graphics in LaTeX documents, replacing many earlier packages used in LaTeX 2.09. The package aims to give a consistent interface to including the file types that are understood in your output, by use of ‘printer drivers’ (now known, simply, as ‘drivers’). The distribtion of the package contains several drivers, but others (for example, pdfTeX) are distributed separately. The package also offers several means of manipulating graphics in the course of inserting them into a document (for example, rotation and scaling). For extended documentation see epslatex. The package is part of the graphics bundle, which is one of the collections in the LaTeX ‘required’ set of packages. date
We can use yum to install texlive-graphics.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-graphics.noarch.
Install texlive-graphics.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-graphics.noarch using yum by running the following command:
sudo yum -y install texlive-graphics.noarch
How To Uninstall texlive-graphics.noarch on Amazon Linux 2
To uninstall only the texlive-graphics.noarch package we can use the following command:
sudo yum remove texlive-graphics.noarch
texlive-graphics.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-graphics-svn25405.1.0o
/usr/share/doc/texlive-graphics-svn25405.1.0o/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipdf.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/dvips.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsnam.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/dvipsone.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/dviwin.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/emtex.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/epsfig.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/graphics.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/graphicx.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/lscape.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/pctex32.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/pctexhp.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/pctexps.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/pctexwin.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/tcidvi.def
/usr/share/texlive/texmf-dist/tex/latex/graphics/trig.sty
/usr/share/texlive/texmf-dist/tex/latex/graphics/truetex.def
References
Summary
In this tutorial we learn how to install texlive-graphics.noarch on Amazon Linux 2 using yum.