How To Install texlive-algorithms.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-algorithms.noarch on Amazon Linux 2.
What is texlive-algorithms.noarch
Consists of two environments algorithm package defines a floating algorithm environment designed to work with the algorithmic style. Within an algorithmic environment a number of commands for typesetting popular algorithmic constructs are available. date
We can use yum to install texlive-algorithms.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-algorithms.noarch.
Install texlive-algorithms.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-algorithms.noarch using yum by running the following command:
sudo yum -y install texlive-algorithms.noarch
How To Uninstall texlive-algorithms.noarch on Amazon Linux 2
To uninstall only the texlive-algorithms.noarch package we can use the following command:
sudo yum remove texlive-algorithms.noarch
texlive-algorithms.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-algorithms-svn15878.0.1
/usr/share/doc/texlive-algorithms-svn15878.0.1/lgpl2.1.txt
/usr/share/texlive/texmf-dist/tex/latex/algorithms/algorithm.sty
/usr/share/texlive/texmf-dist/tex/latex/algorithms/algorithmic.sty
References
Summary
In this tutorial we learn how to install texlive-algorithms.noarch on Amazon Linux 2 using yum.