How To Install texlive-colortbl.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-colortbl.noarch in Amazon Linux 2. texlive-colortbl.noarch is Add colour to LaTeX tables
Introduction
In this tutorial we learn how to install texlive-colortbl.noarch
on Amazon Linux 2.
What is texlive-colortbl.noarch
The package allows rows and columns to be coloured, and even individual cells. date
We can use yum
to install texlive-colortbl.noarch
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-colortbl.noarch.
Install texlive-colortbl.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-colortbl.noarch
using yum
by running the following command:
sudo yum -y install texlive-colortbl.noarch
How To Uninstall texlive-colortbl.noarch on Amazon Linux 2
To uninstall only the texlive-colortbl.noarch
package we can use the following command:
sudo yum remove texlive-colortbl.noarch
texlive-colortbl.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-colortbl-svn25394.v1.0a
/usr/share/doc/texlive-colortbl-svn25394.v1.0a/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/colortbl/colortbl.sty
References
Summary
In this tutorial we learn how to install texlive-colortbl.noarch
on Amazon Linux 2 using yum.