How To Install texlive-tetex-bin.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-tetex-bin.noarch in Amazon Linux 2. texlive-tetex-bin.noarch is Binaries for tetex
Introduction
In this tutorial we learn how to install texlive-tetex-bin.noarch on Amazon Linux 2.
What is texlive-tetex-bin.noarch
Binaries for tetex
We can use yum to install texlive-tetex-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-tetex-bin.noarch.
Install texlive-tetex-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-tetex-bin.noarch using yum by running the following command:
sudo yum -y install texlive-tetex-bin.noarch
How To Uninstall texlive-tetex-bin.noarch on Amazon Linux 2
To uninstall only the texlive-tetex-bin.noarch package we can use the following command:
sudo yum remove texlive-tetex-bin.noarch
texlive-tetex-bin.noarch Package Contents on Amazon Linux 2
/usr/bin/allcm
/usr/bin/allec
/usr/bin/allneeded
/usr/bin/dvi2fax
/usr/bin/dvired
/usr/bin/fmtutil
/usr/bin/fmtutil-sys
/usr/bin/kpsepath
/usr/bin/kpsetool
/usr/bin/kpsewhere
/usr/bin/kpsexpand
/usr/bin/texconfig-dialog
/usr/bin/texconfig-sys
/usr/bin/texlinks
/usr/bin/updmap
/usr/bin/updmap-sys
References
Summary
In this tutorial we learn how to install texlive-tetex-bin.noarch on Amazon Linux 2 using yum.