How To Install texlive-dynkin-diagrams on Fedora 36
Introduction
In this tutorial we learn how to install texlive-dynkin-diagrams on Fedora 36.
What is texlive-dynkin-diagrams
Draws Dynkin, Coxeter, and Satake diagrams in LaTeX documents, using the TikZ package. The package requires amsmath, amssymb, etoolbox, expl3, mathtools, pgfkeys, pgfopts, TikZ, xparse, and xstring.
We can use yum or dnf to install texlive-dynkin-diagrams on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-dynkin-diagrams.
Install texlive-dynkin-diagrams 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-dynkin-diagrams using dnf by running the following command:
sudo dnf -y install texlive-dynkin-diagrams
Install texlive-dynkin-diagrams 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-dynkin-diagrams using yum by running the following command:
sudo yum -y install texlive-dynkin-diagrams
How To Uninstall texlive-dynkin-diagrams on Fedora 36
To uninstall only the texlive-dynkin-diagrams package we can use the following command:
sudo dnf remove texlive-dynkin-diagrams
texlive-dynkin-diagrams Package Contents on Fedora 36
/usr/share/licenses/texlive-dynkin-diagrams
/usr/share/licenses/texlive-dynkin-diagrams/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/dynkin-diagrams
/usr/share/texlive/texmf-dist/doc/latex/dynkin-diagrams/README
/usr/share/texlive/texmf-dist/doc/latex/dynkin-diagrams/dynkin-diagrams.bib
/usr/share/texlive/texmf-dist/doc/latex/dynkin-diagrams/dynkin-diagrams.pdf
/usr/share/texlive/texmf-dist/doc/latex/dynkin-diagrams/dynkin-diagrams.tex
/usr/share/texlive/texmf-dist/tex/latex/dynkin-diagrams
/usr/share/texlive/texmf-dist/tex/latex/dynkin-diagrams/dynkin-diagrams.sty
References
Summary
In this tutorial we learn how to install texlive-dynkin-diagrams on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).