How To Install texlive-tex4ht-bin.x86_64 on Amazon Linux 2
In this tutorial we learn how to install texlive-tex4ht-bin.x86_64 in Amazon Linux 2. texlive-tex4ht-bin.x86_64 is Binaries for tex4ht
Introduction
In this tutorial we learn how to install texlive-tex4ht-bin.x86_64 on Amazon Linux 2.
What is texlive-tex4ht-bin.x86_64
Binaries for tex4ht
We can use yum to install texlive-tex4ht-bin.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tex4ht-bin.x86_64.
Install texlive-tex4ht-bin.x86_64 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-tex4ht-bin.x86_64 using yum by running the following command:
sudo yum -y install texlive-tex4ht-bin.x86_64
How To Uninstall texlive-tex4ht-bin.x86_64 on Amazon Linux 2
To uninstall only the texlive-tex4ht-bin.x86_64 package we can use the following command:
sudo yum remove texlive-tex4ht-bin.x86_64
texlive-tex4ht-bin.x86_64 Package Contents on Amazon Linux 2
/usr/bin/ht
/usr/bin/htcontext
/usr/bin/htlatex
/usr/bin/htmex
/usr/bin/httex
/usr/bin/httexi
/usr/bin/htxelatex
/usr/bin/htxetex
/usr/bin/mk4ht
/usr/bin/t4ht
/usr/bin/tex4ht
/usr/share/doc/texlive-tex4ht-bin-svn26509.0
/usr/share/doc/texlive-tex4ht-bin-svn26509.0/lppl1.txt
References
Summary
In this tutorial we learn how to install texlive-tex4ht-bin.x86_64 on Amazon Linux 2 using yum.