How To Install texlive-epsf-doc.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-epsf-doc.noarch in Amazon Linux 2. texlive-epsf-doc.noarch is Documentation for epsf
Introduction
In this tutorial we learn how to install texlive-epsf-doc.noarch on Amazon Linux 2.
What is texlive-epsf-doc.noarch
Documentation for epsf
We can use yum to install texlive-epsf-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-epsf-doc.noarch.
Install texlive-epsf-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-epsf-doc.noarch using yum by running the following command:
sudo yum -y install texlive-epsf-doc.noarch
How To Uninstall texlive-epsf-doc.noarch on Amazon Linux 2
To uninstall only the texlive-epsf-doc.noarch package we can use the following command:
sudo yum remove texlive-epsf-doc.noarch
texlive-epsf-doc.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-epsf-doc-svn21461.2.7.4
/usr/share/doc/texlive-epsf-doc-svn21461.2.7.4/pd.txt
/usr/share/texlive/texmf-dist/doc/generic/epsf/LICENSE
/usr/share/texlive/texmf-dist/doc/generic/epsf/Makefile
/usr/share/texlive/texmf-dist/doc/generic/epsf/README
/usr/share/texlive/texmf-dist/doc/generic/epsf/bboxgrid.ps
/usr/share/texlive/texmf-dist/doc/generic/epsf/epsf-doc.pdf
/usr/share/texlive/texmf-dist/doc/generic/epsf/epsf-doc.tex
/usr/share/texlive/texmf-dist/doc/generic/epsf/fndbadps
/usr/share/texlive/texmf-dist/doc/generic/epsf/okay/teps.eps
/usr/share/texlive/texmf-dist/doc/generic/epsf/okay/tepsf.eps
/usr/share/texlive/texmf-dist/doc/generic/epsf/okay/tepsf1.dvi
/usr/share/texlive/texmf-dist/doc/generic/epsf/okay/tepsf2.dvi
/usr/share/texlive/texmf-dist/doc/generic/epsf/okay/tepsf3.dvi
/usr/share/texlive/texmf-dist/doc/generic/epsf/teps.eps
/usr/share/texlive/texmf-dist/doc/generic/epsf/tepsf.eps
/usr/share/texlive/texmf-dist/doc/generic/epsf/tepsf1.tex
/usr/share/texlive/texmf-dist/doc/generic/epsf/tepsf2.ltx
/usr/share/texlive/texmf-dist/doc/generic/epsf/tepsf3.tex
References
Summary
In this tutorial we learn how to install texlive-epsf-doc.noarch on Amazon Linux 2 using yum.