How To Install texlive-tkz-graph on Fedora 36

In this tutorial we learn how to install texlive-tkz-graph in Fedora 36. texlive-tkz-graph is Draw graph-theory graphs

Introduction

In this tutorial we learn how to install texlive-tkz-graph on Fedora 36.

What is texlive-tkz-graph

The package is designed to create graph diagrams as simply as possible, using TikZ.

We can use yum or dnf to install texlive-tkz-graph on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-tkz-graph.

Install texlive-tkz-graph 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-tkz-graph using dnf by running the following command:

sudo dnf -y install texlive-tkz-graph

Install texlive-tkz-graph 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-tkz-graph using yum by running the following command:

sudo yum -y install texlive-tkz-graph

How To Uninstall texlive-tkz-graph on Fedora 36

To uninstall only the texlive-tkz-graph package we can use the following command:

sudo dnf remove texlive-tkz-graph

texlive-tkz-graph Package Contents on Fedora 36

/usr/share/licenses/texlive-tkz-graph
/usr/share/licenses/texlive-tkz-graph/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/README.md
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-Dijkstra.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-Welsh.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-annales.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-couverture.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-edge.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-label.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-main.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-presentation.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-prob.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-style.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-vertex.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/doc/latex/TKZdoc-gr-vertices.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/test-graph.pdf
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/test-graph.tex
/usr/share/texlive/texmf-dist/doc/latex/tkz-graph/tkz-graph-screen.pdf
/usr/share/texlive/texmf-dist/tex/latex/tkz-graph
/usr/share/texlive/texmf-dist/tex/latex/tkz-graph/tkz-graph.sty

References

Summary

In this tutorial we learn how to install texlive-tkz-graph on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).