How To Install texlive-ot-tableau-doc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-ot-tableau-doc on Fedora 36.
What is texlive-ot-tableau-doc
Documentation for ot-tableau
We can use yum or dnf to install texlive-ot-tableau-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ot-tableau-doc.
Install texlive-ot-tableau-doc 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-ot-tableau-doc using dnf by running the following command:
sudo dnf -y install texlive-ot-tableau-doc
Install texlive-ot-tableau-doc 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-ot-tableau-doc using yum by running the following command:
sudo yum -y install texlive-ot-tableau-doc
How To Uninstall texlive-ot-tableau-doc on Fedora 36
To uninstall only the texlive-ot-tableau-doc package we can use the following command:
sudo dnf remove texlive-ot-tableau-doc
texlive-ot-tableau-doc Package Contents on Fedora 36
/usr/share/licenses/texlive-ot-tableau-doc
/usr/share/licenses/texlive-ot-tableau-doc/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/ot-tableau
/usr/share/texlive/texmf-dist/doc/latex/ot-tableau/README
/usr/share/texlive/texmf-dist/doc/latex/ot-tableau/ot-tableau.pdf
/usr/share/texlive/texmf-dist/doc/latex/ot-tableau/ot-tableau.tex
References
Summary
In this tutorial we learn how to install texlive-ot-tableau-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).