How To Install texlive-latex-bin-bin.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-latex-bin-bin.noarch in Amazon Linux 2. texlive-latex-bin-bin.noarch is Binaries for latex-bin
Introduction
In this tutorial we learn how to install texlive-latex-bin-bin.noarch on Amazon Linux 2.
What is texlive-latex-bin-bin.noarch
Binaries for latex-bin
We can use yum to install texlive-latex-bin-bin.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-latex-bin-bin.noarch.
Install texlive-latex-bin-bin.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-latex-bin-bin.noarch using yum by running the following command:
sudo yum -y install texlive-latex-bin-bin.noarch
How To Uninstall texlive-latex-bin-bin.noarch on Amazon Linux 2
To uninstall only the texlive-latex-bin-bin.noarch package we can use the following command:
sudo yum remove texlive-latex-bin-bin.noarch
texlive-latex-bin-bin.noarch Package Contents on Amazon Linux 2
/usr/bin/dvilualatex
/usr/bin/latex
/usr/bin/lualatex
/usr/bin/pdflatex
/usr/share/doc/texlive-latex-bin-bin-svn14050.0
/usr/share/doc/texlive-latex-bin-bin-svn14050.0/lppl1.txt
References
Summary
In this tutorial we learn how to install texlive-latex-bin-bin.noarch on Amazon Linux 2 using yum.