How To Install texlive-tikz-feynman on Fedora 36

In this tutorial we learn how to install texlive-tikz-feynman in Fedora 36. texlive-tikz-feynman is Feynman diagrams with TikZ

Introduction

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

What is texlive-tikz-feynman

This is a is a LaTeX package allowing Feynman diagrams to be easily generated within LaTeX with minimal user instructions and without the need of external programs. It builds upon the TikZ package and leverages the graph placement algorithms from TikZ in order to automate the placement of many vertices. tikz- feynman still allows fine-tuned placement of vertices so that even complex diagrams can still be generated with ease.

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

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

sudo dnf -y install texlive-tikz-feynman

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

sudo yum -y install texlive-tikz-feynman

How To Uninstall texlive-tikz-feynman on Fedora 36

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

sudo dnf remove texlive-tikz-feynman

texlive-tikz-feynman Package Contents on Fedora 36

/usr/share/licenses/texlive-tikz-feynman
/usr/share/licenses/texlive-tikz-feynman/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/tikz-feynman
/usr/share/texlive/texmf-dist/tex/latex/tikz-feynman/tikz-feynman.sty
/usr/share/texlive/texmf-dist/tex/latex/tikz-feynman/tikzfeynman.keys.code.tex
/usr/share/texlive/texmf-dist/tex/latex/tikz-feynman/tikzfeynman.patch.3.0.0.lua
/usr/share/texlive/texmf-dist/tex/latex/tikz-feynman/tikzfeynman.patch.3.0.1.lua
/usr/share/texlive/texmf-dist/tex/latex/tikz-feynman/tikzlibraryfeynman.code.tex

References

Summary

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