How To Install texlive-overpic.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-overpic.noarch on Amazon Linux 2.
What is texlive-overpic.noarch
The overpic environment is a cross between the LaTeX picture environment and the \includegraphics command of graphicx. The resulting picture environment has the same dimensions as the included eps graphic. LaTeX commands can be placed on the graphic at defined positions. A grid for orientation is available. date
We can use yum to install texlive-overpic.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-overpic.noarch.
Install texlive-overpic.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-overpic.noarch using yum by running the following command:
sudo yum -y install texlive-overpic.noarch
How To Uninstall texlive-overpic.noarch on Amazon Linux 2
To uninstall only the texlive-overpic.noarch package we can use the following command:
sudo yum remove texlive-overpic.noarch
texlive-overpic.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-overpic-svn19712.0.53
/usr/share/doc/texlive-overpic-svn19712.0.53/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/overpic/overpic.sty
References
Summary
In this tutorial we learn how to install texlive-overpic.noarch on Amazon Linux 2 using yum.