How To Install texlive-typehtml.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-typehtml.noarch in Amazon Linux 2. texlive-typehtml.noarch is Typeset HTML directly from LaTeX
Introduction
In this tutorial we learn how to install texlive-typehtml.noarch on Amazon Linux 2.
What is texlive-typehtml.noarch
Can handle almost all of HTML2, and most of the math fragment of the draft HTML3. date
We can use yum to install texlive-typehtml.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-typehtml.noarch.
Install texlive-typehtml.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-typehtml.noarch using yum by running the following command:
sudo yum -y install texlive-typehtml.noarch
How To Uninstall texlive-typehtml.noarch on Amazon Linux 2
To uninstall only the texlive-typehtml.noarch package we can use the following command:
sudo yum remove texlive-typehtml.noarch
texlive-typehtml.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-typehtml-svn17134.0
/usr/share/doc/texlive-typehtml-svn17134.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/typehtml/typehtml.sty
References
Summary
In this tutorial we learn how to install texlive-typehtml.noarch on Amazon Linux 2 using yum.