How To Install texlive-svn-prov.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-svn-prov.noarch on Amazon Linux 2.
What is texlive-svn-prov.noarch
The package introduces Subversion variants of the standard LaTeX macros \ProvidesPackage, \ProvidesClass and \ProvidesFile where the file name and date is extracted from Subversion Id keywords. The file name may also be given explicitly as an optional argument. date
We can use yum to install texlive-svn-prov.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-svn-prov.noarch.
Install texlive-svn-prov.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-svn-prov.noarch using yum by running the following command:
sudo yum -y install texlive-svn-prov.noarch
How To Uninstall texlive-svn-prov.noarch on Amazon Linux 2
To uninstall only the texlive-svn-prov.noarch package we can use the following command:
sudo yum remove texlive-svn-prov.noarch
texlive-svn-prov.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-svn-prov-svn18017.3.1862
/usr/share/doc/texlive-svn-prov-svn18017.3.1862/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/svn-prov/svn-prov.sty
References
Summary
In this tutorial we learn how to install texlive-svn-prov.noarch on Amazon Linux 2 using yum.