How To Install texlive-tikz-network on Fedora 36

In this tutorial we learn how to install texlive-tikz-network in Fedora 36. texlive-tikz-network is Draw networks with TikZ

Introduction

In this tutorial we learn how to install texlive-tikz-network on Fedora 36.

What is texlive-tikz-network

This package allows the creation of images of complex networks that are seamlessly integrated into the underlying LaTeX files. The package requires datatool, etex, graphicx, tikz, trimspaces, xifthen, and xkeyval.

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

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

sudo dnf -y install texlive-tikz-network

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

sudo yum -y install texlive-tikz-network

How To Uninstall texlive-tikz-network on Fedora 36

To uninstall only the texlive-tikz-network package we can use the following command:

sudo dnf remove texlive-tikz-network

texlive-tikz-network Package Contents on Fedora 36

/usr/share/licenses/texlive-tikz-network
/usr/share/licenses/texlive-tikz-network/gpl3.txt
/usr/share/texlive/texmf-dist/doc/latex/tikz-network
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/README.md
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/data
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/data/edges.csv
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/data/front.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/data/ml_edges.csv
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/data/ml_edges_simple.csv
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/data/ml_vertices.csv
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/data/ml_vertices_simple.csv
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/data/plane.png
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/data/vertices.csv
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/data/vertices_RGB.csv
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/tikz-network.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikz-network/tikz-network.tex
/usr/share/texlive/texmf-dist/tex/latex/tikz-network
/usr/share/texlive/texmf-dist/tex/latex/tikz-network/tikz-network.sty

References

Summary

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