How To Install texlive-feynmp-auto on Fedora 36
Introduction
In this tutorial we learn how to install texlive-feynmp-auto on Fedora 36.
What is texlive-feynmp-auto
The package takes care of running Metapost on the output files produced by the feynmp package, so that the compiled pictures will be available in the next run of LaTeX. The package honours options that apply to feynmp.
We can use yum or dnf to install texlive-feynmp-auto on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-feynmp-auto.
Install texlive-feynmp-auto 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-feynmp-auto using dnf by running the following command:
sudo dnf -y install texlive-feynmp-auto
Install texlive-feynmp-auto 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-feynmp-auto using yum by running the following command:
sudo yum -y install texlive-feynmp-auto
How To Uninstall texlive-feynmp-auto on Fedora 36
To uninstall only the texlive-feynmp-auto package we can use the following command:
sudo dnf remove texlive-feynmp-auto
texlive-feynmp-auto Package Contents on Fedora 36
/usr/share/licenses/texlive-feynmp-auto
/usr/share/licenses/texlive-feynmp-auto/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/feynmp-auto
/usr/share/texlive/texmf-dist/tex/latex/feynmp-auto/feynmp-auto.sty
References
Summary
In this tutorial we learn how to install texlive-feynmp-auto on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).