How To Install texlive-collection-htmlxml.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-collection-htmlxml.noarch in Amazon Linux 2. texlive-collection-htmlxml.noarch is HTML/SGML/XML support
Introduction
In this tutorial we learn how to install texlive-collection-htmlxml.noarch on Amazon Linux 2.
What is texlive-collection-htmlxml.noarch
Packages to convert LaTeX to XML/HTML, and typset XML/SGML
We can use yum to install texlive-collection-htmlxml.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-collection-htmlxml.noarch.
Install texlive-collection-htmlxml.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-collection-htmlxml.noarch using yum by running the following command:
sudo yum -y install texlive-collection-htmlxml.noarch
How To Uninstall texlive-collection-htmlxml.noarch on Amazon Linux 2
To uninstall only the texlive-collection-htmlxml.noarch package we can use the following command:
sudo yum remove texlive-collection-htmlxml.noarch
texlive-collection-htmlxml.noarch Package Contents on Amazon Linux 2
References
Summary
In this tutorial we learn how to install texlive-collection-htmlxml.noarch on Amazon Linux 2 using yum.