How To Install texlive-emf on Fedora 36
Introduction
In this tutorial we learn how to install texlive-emf on Fedora 36.
What is texlive-emf
This package provides LaTeX support for the symbol for the EMF in electric circuits and electrodynamics. It provides support for multiple symbols but does not provide any fonts. The fonts themselves must be acquired otherwise. However the fonts are part of a normal TeX Live installation.
We can use yum or dnf to install texlive-emf on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-emf.
Install texlive-emf 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-emf using dnf by running the following command:
sudo dnf -y install texlive-emf
Install texlive-emf 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-emf using yum by running the following command:
sudo yum -y install texlive-emf
How To Uninstall texlive-emf on Fedora 36
To uninstall only the texlive-emf package we can use the following command:
sudo dnf remove texlive-emf
texlive-emf Package Contents on Fedora 36
/usr/share/licenses/texlive-emf
/usr/share/licenses/texlive-emf/gpl3.txt
/usr/share/texlive/texmf-dist/doc/latex/emf
/usr/share/texlive/texmf-dist/doc/latex/emf/README
/usr/share/texlive/texmf-dist/doc/latex/emf/emf.pdf
/usr/share/texlive/texmf-dist/doc/latex/emf/emf.tex
/usr/share/texlive/texmf-dist/doc/latex/emf/license
/usr/share/texlive/texmf-dist/tex/latex/emf
/usr/share/texlive/texmf-dist/tex/latex/emf/emf.sty
References
Summary
In this tutorial we learn how to install texlive-emf on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).