How To Install texlive-cm-mf-extra-bold on Fedora 36
Introduction
In this tutorial we learn how to install texlive-cm-mf-extra-bold on Fedora 36.
What is texlive-cm-mf-extra-bold
The bundle provides bold versions of cmcsc, cmex, cmtex and cmtt fonts (all parts of the standard computer modern font distribution), as Metafont base files.
We can use yum or dnf to install texlive-cm-mf-extra-bold on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-cm-mf-extra-bold.
Install texlive-cm-mf-extra-bold 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-cm-mf-extra-bold using dnf by running the following command:
sudo dnf -y install texlive-cm-mf-extra-bold
Install texlive-cm-mf-extra-bold 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-cm-mf-extra-bold using yum by running the following command:
sudo yum -y install texlive-cm-mf-extra-bold
How To Uninstall texlive-cm-mf-extra-bold on Fedora 36
To uninstall only the texlive-cm-mf-extra-bold package we can use the following command:
sudo dnf remove texlive-cm-mf-extra-bold
texlive-cm-mf-extra-bold Package Contents on Fedora 36
/usr/share/licenses/texlive-cm-mf-extra-bold
/usr/share/licenses/texlive-cm-mf-extra-bold/gpl.txt
/usr/share/texlive/texmf-dist/fonts/source/public/cm-mf-extra-bold
/usr/share/texlive/texmf-dist/fonts/source/public/cm-mf-extra-bold/cmbcsc10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/cm-mf-extra-bold/cmbtex10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/cm-mf-extra-bold/cmbtt10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/cm-mf-extra-bold/cmbtt8.mf
/usr/share/texlive/texmf-dist/fonts/source/public/cm-mf-extra-bold/cmbtt9.mf
/usr/share/texlive/texmf-dist/fonts/source/public/cm-mf-extra-bold/cmexb10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/cm-mf-extra-bold/cmttb10.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/cm-mf-extra-bold
/usr/share/texlive/texmf-dist/fonts/tfm/public/cm-mf-extra-bold/cmbcsc10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/cm-mf-extra-bold/cmbtex10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/cm-mf-extra-bold/cmbtt10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/cm-mf-extra-bold/cmbtt8.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/cm-mf-extra-bold/cmbtt9.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/cm-mf-extra-bold/cmttb10.tfm
References
Summary
In this tutorial we learn how to install texlive-cm-mf-extra-bold on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).