How To Install texlive-tikz-nef on Fedora 36

In this tutorial we learn how to install texlive-tikz-nef in Fedora 36. texlive-tikz-nef is Create diagrams for neural networks constructed with the methods of the Neural Engineering Framework (NEF)

Introduction

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

What is texlive-tikz-nef

The nef TikZ library provides predefined styles and shapes to create diagrams for neural networks constructed with the methods of the Neural Engineering Framework (NEF). The following styles are supported ensemble ext connection net rectification ensemble recurrent

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

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

sudo dnf -y install texlive-tikz-nef

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

sudo yum -y install texlive-tikz-nef

How To Uninstall texlive-tikz-nef on Fedora 36

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

sudo dnf remove texlive-tikz-nef

texlive-tikz-nef Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/doc/latex/tikz-nef
/usr/share/texlive/texmf-dist/doc/latex/tikz-nef/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/tikz-nef/README.md
/usr/share/texlive/texmf-dist/doc/latex/tikz-nef/example-net.tex
/usr/share/texlive/texmf-dist/doc/latex/tikz-nef/nef.bib
/usr/share/texlive/texmf-dist/doc/latex/tikz-nef/tikz-nef-doc.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikz-nef/tikz-nef-doc.tex
/usr/share/texlive/texmf-dist/tex/latex/tikz-nef
/usr/share/texlive/texmf-dist/tex/latex/tikz-nef/tikzlibrarynef.code.tex

References

Summary

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