How To Install texlive-feyn-doc on Fedora 36

In this tutorial we learn how to install texlive-feyn-doc in Fedora 36. texlive-feyn-doc is Documentation for feyn

Introduction

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

What is texlive-feyn-doc

Documentation for feyn

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

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

sudo dnf -y install texlive-feyn-doc

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

sudo yum -y install texlive-feyn-doc

How To Uninstall texlive-feyn-doc on Fedora 36

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

sudo dnf remove texlive-feyn-doc

texlive-feyn-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-feyn-doc
/usr/share/licenses/texlive-feyn-doc/gpl.txt
/usr/share/texlive/texmf-dist/doc/fonts/feyn
/usr/share/texlive/texmf-dist/doc/fonts/feyn/LICENCE
/usr/share/texlive/texmf-dist/doc/fonts/feyn/README
/usr/share/texlive/texmf-dist/doc/fonts/feyn/VERSION
/usr/share/texlive/texmf-dist/doc/fonts/feyn/exercise-font.pdf
/usr/share/texlive/texmf-dist/doc/fonts/feyn/exercise-font.tex
/usr/share/texlive/texmf-dist/doc/fonts/feyn/feyn.html
/usr/share/texlive/texmf-dist/doc/fonts/feyn/feyn.pdf
/usr/share/texlive/texmf-dist/doc/fonts/feyn/overheads.pdf
/usr/share/texlive/texmf-dist/doc/fonts/feyn/overheads.tex
/usr/share/texlive/texmf-dist/doc/fonts/feyn/release-notes.html
/usr/share/texlive/texmf-dist/doc/fonts/feyn/sample-massive.png
/usr/share/texlive/texmf-dist/doc/fonts/feyn/sample-phi4.png
/usr/share/texlive/texmf-dist/doc/fonts/feyn/sample-two-loop-annotated.png
/usr/share/texlive/texmf-dist/doc/fonts/feyn/sample-two-loop.png
/usr/share/texlive/texmf-dist/doc/fonts/feyn/sample-vertex.png
/usr/share/texlive/texmf-dist/doc/fonts/feyn/style.css

References

Summary

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