How To Install texlive-prodint on Fedora 36
Introduction
In this tutorial we learn how to install texlive-prodint on Fedora 36.
What is texlive-prodint
Product integrals are to products, as integrals are to sums. They have been around for more than a hundred years, they have not become part of the standard mathematician’s toolbox, possibly because no-one invented the right mathematical symbol for them. The authors have remedied that situation by proposing the symbol and providing this font.
We can use yum or dnf to install texlive-prodint on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-prodint.
Install texlive-prodint 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-prodint using dnf by running the following command:
sudo dnf -y install texlive-prodint
Install texlive-prodint 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-prodint using yum by running the following command:
sudo yum -y install texlive-prodint
How To Uninstall texlive-prodint on Fedora 36
To uninstall only the texlive-prodint package we can use the following command:
sudo dnf remove texlive-prodint
texlive-prodint Package Contents on Fedora 36
/usr/share/texlive/texmf-dist/fonts/afm/public/prodint
/usr/share/texlive/texmf-dist/fonts/afm/public/prodint/prodint.afm
/usr/share/texlive/texmf-dist/fonts/map/dvips/prodint
/usr/share/texlive/texmf-dist/fonts/map/dvips/prodint/prodint.map
/usr/share/texlive/texmf-dist/fonts/tfm/public/prodint
/usr/share/texlive/texmf-dist/fonts/tfm/public/prodint/prodint.tfm
/usr/share/texlive/texmf-dist/fonts/type1/public/prodint
/usr/share/texlive/texmf-dist/fonts/type1/public/prodint/prodint.pfb
/usr/share/texlive/texmf-dist/tex/latex/prodint
/usr/share/texlive/texmf-dist/tex/latex/prodint/prodint.sty
References
Summary
In this tutorial we learn how to install texlive-prodint on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).