How To Install texlive-rrgtrees on Fedora 36
Introduction
In this tutorial we learn how to install texlive-rrgtrees on Fedora 36.
What is texlive-rrgtrees
A set of LaTeX macros that makes it easy to produce linguistic tree diagrams suitable for Role and Reference Grammar (RRG). This package allows the construction of trees with crossing lines, as is required by this theory for many languages. There is no known limit on number of tree nodes or levels. Requires the pst-node and pst-tree LaTeX packages.
We can use yum or dnf to install texlive-rrgtrees on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-rrgtrees.
Install texlive-rrgtrees 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-rrgtrees using dnf by running the following command:
sudo dnf -y install texlive-rrgtrees
Install texlive-rrgtrees 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-rrgtrees using yum by running the following command:
sudo yum -y install texlive-rrgtrees
How To Uninstall texlive-rrgtrees on Fedora 36
To uninstall only the texlive-rrgtrees package we can use the following command:
sudo dnf remove texlive-rrgtrees
texlive-rrgtrees Package Contents on Fedora 36
/usr/share/licenses/texlive-rrgtrees
/usr/share/licenses/texlive-rrgtrees/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/rrgtrees
/usr/share/texlive/texmf-dist/tex/latex/rrgtrees/rrgtrees.sty
References
Summary
In this tutorial we learn how to install texlive-rrgtrees on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).