How To Install texlive-esint on Fedora 36
Introduction
In this tutorial we learn how to install texlive-esint on Fedora 36.
What is texlive-esint
The esint package permits access to alternate integral symbols when you’re using the Computer Modern fonts. In the original set, several integral symbols are missing, such as \oiint. Many of these symbols are available in other font sets (pxfonts, txfonts, etc.), but there is no good solution if you want to use Computer Modern. The package provides Metafont source and LaTeX macro support.
We can use yum or dnf to install texlive-esint on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-esint.
Install texlive-esint 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-esint using dnf by running the following command:
sudo dnf -y install texlive-esint
Install texlive-esint 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-esint using yum by running the following command:
sudo yum -y install texlive-esint
How To Uninstall texlive-esint on Fedora 36
To uninstall only the texlive-esint package we can use the following command:
sudo dnf remove texlive-esint
texlive-esint Package Contents on Fedora 36
/usr/share/licenses/texlive-esint
/usr/share/licenses/texlive-esint/pd.txt
/usr/share/texlive/texmf-dist/fonts/source/public/esint
/usr/share/texlive/texmf-dist/fonts/source/public/esint/bigint.mf
/usr/share/texlive/texmf-dist/fonts/source/public/esint/esint10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/esint/mathint.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/esint
/usr/share/texlive/texmf-dist/fonts/tfm/public/esint/esint10.tfm
/usr/share/texlive/texmf-dist/tex/latex/esint
/usr/share/texlive/texmf-dist/tex/latex/esint/esint.sty
/usr/share/texlive/texmf-dist/tex/latex/esint/uesint.fd
References
Summary
In this tutorial we learn how to install texlive-esint on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).