How To Install texlive-vtable on Fedora 36
Introduction
In this tutorial we learn how to install texlive-vtable on Fedora 36.
What is texlive-vtable
The package allows vertical alignement of table cell by providing commands \setMultiColRow, \setMultiColumn, \setMultiRow and \tableFormatedCell commands for tabular and similar environment.
We can use yum or dnf to install texlive-vtable on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-vtable.
Install texlive-vtable on Fedora 36 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install texlive-vtable using dnf by running the following command:
sudo dnf -y install texlive-vtable
Install texlive-vtable on Fedora 36 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install texlive-vtable using yum by running the following command:
sudo yum -y install texlive-vtable
How To Uninstall texlive-vtable on Fedora 36
To uninstall only the texlive-vtable package we can use the following command:
sudo dnf remove texlive-vtable
texlive-vtable Package Contents on Fedora 36
/usr/share/texlive/texmf-dist/doc/latex/vtable
/usr/share/texlive/texmf-dist/doc/latex/vtable/README
/usr/share/texlive/texmf-dist/doc/latex/vtable/vtable.pdf
/usr/share/texlive/texmf-dist/doc/latex/vtable/vtable.tex
/usr/share/texlive/texmf-dist/tex/latex/vtable
/usr/share/texlive/texmf-dist/tex/latex/vtable/vtable.sty
References
Summary
In this tutorial we learn how to install texlive-vtable on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).