How To Install texlive-bondgraphs on Fedora 36
Introduction
In this tutorial we learn how to install texlive-bondgraphs on Fedora 36.
What is texlive-bondgraphs
The package is used to draw bond graphs in LaTeX. It uses a recent version (3.0+) of PGF and TikZ for the drawing, hence, it is mainly a set of TikZ styles that makes the drawing of bond graphs easier. Compared to the bondgraph package this package relies more on TikZ styles and less on macros, to generate the drawings. As such it can be more flexible than his, but requires more TikZ knowledge of the user.
We can use yum or dnf to install texlive-bondgraphs on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-bondgraphs.
Install texlive-bondgraphs 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-bondgraphs using dnf by running the following command:
sudo dnf -y install texlive-bondgraphs
Install texlive-bondgraphs 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-bondgraphs using yum by running the following command:
sudo yum -y install texlive-bondgraphs
How To Uninstall texlive-bondgraphs on Fedora 36
To uninstall only the texlive-bondgraphs package we can use the following command:
sudo dnf remove texlive-bondgraphs
texlive-bondgraphs Package Contents on Fedora 36
/usr/share/licenses/texlive-bondgraphs
/usr/share/licenses/texlive-bondgraphs/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/bondgraphs
/usr/share/texlive/texmf-dist/tex/latex/bondgraphs/bondgraphs.sty
References
Summary
In this tutorial we learn how to install texlive-bondgraphs on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).