How To Install texlive-collection-latex.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-collection-latex.noarch on Amazon Linux 2.
What is texlive-collection-latex.noarch
These packages are mandated by the core LaTeX team, or at least very strongly recommended.
We can use yum to install texlive-collection-latex.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-latex.noarch.
Install texlive-collection-latex.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-latex.noarch using yum by running the following command:
sudo yum -y install texlive-collection-latex.noarch
How To Uninstall texlive-collection-latex.noarch on Amazon Linux 2
To uninstall only the texlive-collection-latex.noarch package we can use the following command:
sudo yum remove texlive-collection-latex.noarch
texlive-collection-latex.noarch Package Contents on Amazon Linux 2
References
Summary
In this tutorial we learn how to install texlive-collection-latex.noarch on Amazon Linux 2 using yum.