How To Install texlive-gtrlib-largetrees on Fedora 36
Introduction
In this tutorial we learn how to install texlive-gtrlib-largetrees on Fedora 36.
What is texlive-gtrlib-largetrees
The main goal of the gtrlib.largetrees package is to offer additional database fields and formats for the genealogytree package, particularly for typesetting large trees.
We can use yum or dnf to install texlive-gtrlib-largetrees on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-gtrlib-largetrees.
Install texlive-gtrlib-largetrees 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-gtrlib-largetrees using dnf by running the following command:
sudo dnf -y install texlive-gtrlib-largetrees
Install texlive-gtrlib-largetrees 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-gtrlib-largetrees using yum by running the following command:
sudo yum -y install texlive-gtrlib-largetrees
How To Uninstall texlive-gtrlib-largetrees on Fedora 36
To uninstall only the texlive-gtrlib-largetrees package we can use the following command:
sudo dnf remove texlive-gtrlib-largetrees
texlive-gtrlib-largetrees Package Contents on Fedora 36
/usr/share/licenses/texlive-gtrlib-largetrees
/usr/share/licenses/texlive-gtrlib-largetrees/lppl1.2.txt
/usr/share/texlive/texmf-dist/doc/latex/gtrlib-largetrees
/usr/share/texlive/texmf-dist/doc/latex/gtrlib-largetrees/README.md
/usr/share/texlive/texmf-dist/doc/latex/gtrlib-largetrees/gtrlib.largetrees.pdf
/usr/share/texlive/texmf-dist/tex/latex/gtrlib-largetrees
/usr/share/texlive/texmf-dist/tex/latex/gtrlib-largetrees/gtrlib.largetrees.code.tex
/usr/share/texlive/texmf-dist/tex/latex/gtrlib-largetrees/gtrlib.largetrees.sty
References
Summary
In this tutorial we learn how to install texlive-gtrlib-largetrees on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).