How To Install texlive-mh-doc.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-mh-doc.noarch in Amazon Linux 2. texlive-mh-doc.noarch is Documentation for mh
Introduction
In this tutorial we learn how to install texlive-mh-doc.noarch on Amazon Linux 2.
What is texlive-mh-doc.noarch
Documentation for mh
We can use yum to install texlive-mh-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-mh-doc.noarch.
Install texlive-mh-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-mh-doc.noarch using yum by running the following command:
sudo yum -y install texlive-mh-doc.noarch
How To Uninstall texlive-mh-doc.noarch on Amazon Linux 2
To uninstall only the texlive-mh-doc.noarch package we can use the following command:
sudo yum remove texlive-mh-doc.noarch
texlive-mh-doc.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-mh-doc-svn29420.0
/usr/share/doc/texlive-mh-doc-svn29420.0/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/mh/README
/usr/share/texlive/texmf-dist/doc/latex/mh/breqn-technotes.pdf
/usr/share/texlive/texmf-dist/doc/latex/mh/breqn.pdf
/usr/share/texlive/texmf-dist/doc/latex/mh/empheq.pdf
/usr/share/texlive/texmf-dist/doc/latex/mh/flexisym.pdf
/usr/share/texlive/texmf-dist/doc/latex/mh/mathstyle.pdf
/usr/share/texlive/texmf-dist/doc/latex/mh/mathtools.pdf
/usr/share/texlive/texmf-dist/doc/latex/mh/mhsetup.pdf
References
Summary
In this tutorial we learn how to install texlive-mh-doc.noarch on Amazon Linux 2 using yum.