How To Install texlive-eepic.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-eepic.noarch on Amazon Linux 2.
What is texlive-eepic.noarch
Extensions to epic and the LaTeX picture drawing environment, include the drawing of lines at any slope, the drawing of circles in any radii, and the drawing of dotted and dashed lines much faster with much less TeX memory, and providing several new commands for drawing ellipses, arcs, splines, and filled circles and ellipses. The package uses tpic \special commands. date
We can use yum to install texlive-eepic.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-eepic.noarch.
Install texlive-eepic.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-eepic.noarch using yum by running the following command:
sudo yum -y install texlive-eepic.noarch
How To Uninstall texlive-eepic.noarch on Amazon Linux 2
To uninstall only the texlive-eepic.noarch package we can use the following command:
sudo yum remove texlive-eepic.noarch
texlive-eepic.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-eepic-svn15878.1.1e
/usr/share/doc/texlive-eepic-svn15878.1.1e/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/eepic/eepic.sty
/usr/share/texlive/texmf-dist/tex/latex/eepic/eepicemu.sty
/usr/share/texlive/texmf-dist/tex/latex/eepic/epic.sty
References
Summary
In this tutorial we learn how to install texlive-eepic.noarch on Amazon Linux 2 using yum.