How To Install texlive-tikz-feynman-doc on Fedora 36

In this tutorial we learn how to install texlive-tikz-feynman-doc in Fedora 36. texlive-tikz-feynman-doc is doc files of tikz-feynman

Introduction

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

What is texlive-tikz-feynman-doc

Documentation for tikz-feynman

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

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

sudo dnf -y install texlive-tikz-feynman-doc

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

sudo yum -y install texlive-tikz-feynman-doc

How To Uninstall texlive-tikz-feynman-doc on Fedora 36

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

sudo dnf remove texlive-tikz-feynman-doc

texlive-tikz-feynman-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-tikz-feynman-doc
/usr/share/licenses/texlive-tikz-feynman-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/tikz-feynman
/usr/share/texlive/texmf-dist/doc/latex/tikz-feynman/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/tikz-feynman/README.md
/usr/share/texlive/texmf-dist/doc/latex/tikz-feynman/references.bib
/usr/share/texlive/texmf-dist/doc/latex/tikz-feynman/tikz-feynman.pdf
/usr/share/texlive/texmf-dist/doc/latex/tikz-feynman/tikz-feynman.tex

References

Summary

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