How To Install texlive-multirow.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-multirow.noarch on Amazon Linux 2.
What is texlive-multirow.noarch
The package has a lot of flexibility, including an option for specifying an entry at the “natural” width of its text. The package is distributed with the bigdelim and bigstrut packages, which can be used to advantage with \multirow cells. date
We can use yum to install texlive-multirow.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-multirow.noarch.
Install texlive-multirow.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-multirow.noarch using yum by running the following command:
sudo yum -y install texlive-multirow.noarch
How To Uninstall texlive-multirow.noarch on Amazon Linux 2
To uninstall only the texlive-multirow.noarch package we can use the following command:
sudo yum remove texlive-multirow.noarch
texlive-multirow.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-multirow-svn17256.1.6
/usr/share/doc/texlive-multirow-svn17256.1.6/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/multirow/bigdelim.sty
/usr/share/texlive/texmf-dist/tex/latex/multirow/bigstrut.sty
/usr/share/texlive/texmf-dist/tex/latex/multirow/multirow.sty
References
Summary
In this tutorial we learn how to install texlive-multirow.noarch on Amazon Linux 2 using yum.