How To Install texlive-causets on Fedora 36
Introduction
In this tutorial we learn how to install texlive-causets on Fedora 36.
What is texlive-causets
This LaTeX package uses TikZ to generate (Hasse) diagrams for causal sets (causets) to be used inline with text or in mathematical expressions. The macros can also be used in the tikzpicture environment to annotate or modify a diagram, as shown with some examples in the documentation.
We can use yum or dnf to install texlive-causets on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-causets.
Install texlive-causets 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-causets using dnf by running the following command:
sudo dnf -y install texlive-causets
Install texlive-causets 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-causets using yum by running the following command:
sudo yum -y install texlive-causets
How To Uninstall texlive-causets on Fedora 36
To uninstall only the texlive-causets package we can use the following command:
sudo dnf remove texlive-causets
texlive-causets Package Contents on Fedora 36
/usr/share/licenses/texlive-causets
/usr/share/licenses/texlive-causets/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/causets
/usr/share/texlive/texmf-dist/doc/latex/causets/README.md
/usr/share/texlive/texmf-dist/doc/latex/causets/causet_tikz_example1.pdf
/usr/share/texlive/texmf-dist/doc/latex/causets/causet_tikz_example1.tex
/usr/share/texlive/texmf-dist/doc/latex/causets/causet_tikz_example2.pdf
/usr/share/texlive/texmf-dist/doc/latex/causets/causet_tikz_example2.tex
/usr/share/texlive/texmf-dist/doc/latex/causets/causets.pdf
/usr/share/texlive/texmf-dist/doc/latex/causets/causets.tex
/usr/share/texlive/texmf-dist/tex/latex/causets
/usr/share/texlive/texmf-dist/tex/latex/causets/causets.sty
References
Summary
In this tutorial we learn how to install texlive-causets on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).