How To Install texlive-titling.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-titling.noarch on Amazon Linux 2.
What is texlive-titling.noarch
The titling package provides control over the typesetting of the \maketitle command and \thanks commands, and makes the \title, \author and \date information permanently available. Multiple titles are allowed in a single document. New titling elements can be added and a titlepage title can be centered on a physical page.
We can use yum to install texlive-titling.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-titling.noarch.
Install texlive-titling.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-titling.noarch using yum by running the following command:
sudo yum -y install texlive-titling.noarch
How To Uninstall texlive-titling.noarch on Amazon Linux 2
To uninstall only the texlive-titling.noarch package we can use the following command:
sudo yum remove texlive-titling.noarch
texlive-titling.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-titling-svn15878.2.1d
/usr/share/doc/texlive-titling-svn15878.2.1d/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/titling/titling.sty
References
Summary
In this tutorial we learn how to install texlive-titling.noarch on Amazon Linux 2 using yum.