How To Install texlive-xtab.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-xtab.noarch in Amazon Linux 2. texlive-xtab.noarch is Break tables across pages
Introduction
In this tutorial we learn how to install texlive-xtab.noarch on Amazon Linux 2.
What is texlive-xtab.noarch
Xtab is an extended and somewhat improved version of supertabular; it provides tables that break across pages. date
We can use yum to install texlive-xtab.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-xtab.noarch.
Install texlive-xtab.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-xtab.noarch using yum by running the following command:
sudo yum -y install texlive-xtab.noarch
How To Uninstall texlive-xtab.noarch on Amazon Linux 2
To uninstall only the texlive-xtab.noarch package we can use the following command:
sudo yum remove texlive-xtab.noarch
texlive-xtab.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-xtab-svn23347.2.3f
/usr/share/doc/texlive-xtab-svn23347.2.3f/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/xtab/xtab.sty
References
Summary
In this tutorial we learn how to install texlive-xtab.noarch on Amazon Linux 2 using yum.