How To Install texlive-ltxmisc.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-ltxmisc.noarch in Amazon Linux 2. texlive-ltxmisc.noarch is Miscellaneous LaTeX packages, etc
Introduction
In this tutorial we learn how to install texlive-ltxmisc.noarch on Amazon Linux 2.
What is texlive-ltxmisc.noarch
ltxmisc package date
We can use yum to install texlive-ltxmisc.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ltxmisc.noarch.
Install texlive-ltxmisc.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-ltxmisc.noarch using yum by running the following command:
sudo yum -y install texlive-ltxmisc.noarch
How To Uninstall texlive-ltxmisc.noarch on Amazon Linux 2
To uninstall only the texlive-ltxmisc.noarch package we can use the following command:
sudo yum remove texlive-ltxmisc.noarch
texlive-ltxmisc.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-ltxmisc-svn21927.0
/usr/share/doc/texlive-ltxmisc-svn21927.0/collection.txt
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/abstbook.cls
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/beletter.cls
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/bibcheck.sty
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/concrete.sty
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/flashcard.cls
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/iagproc.cls
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/linsys.sty
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/mitpress.sty
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/thrmappendix.sty
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/topcapt.sty
/usr/share/texlive/texmf-dist/tex/latex/ltxmisc/vrbexin.sty
References
Summary
In this tutorial we learn how to install texlive-ltxmisc.noarch on Amazon Linux 2 using yum.