How To Install texlive-duerer on Fedora 36
Introduction
In this tutorial we learn how to install texlive-duerer on Fedora 36.
What is texlive-duerer
These fonts are designed for titling use, and consist of capital roman letters only. Together with the normal set of base shapes, the family also offers an informal shape. The distribution is as Metafont source. LaTeX support is available in the duerer-latex bundle.
We can use yum or dnf to install texlive-duerer on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-duerer.
Install texlive-duerer 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-duerer using dnf by running the following command:
sudo dnf -y install texlive-duerer
Install texlive-duerer 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-duerer using yum by running the following command:
sudo yum -y install texlive-duerer
How To Uninstall texlive-duerer on Fedora 36
To uninstall only the texlive-duerer package we can use the following command:
sudo dnf remove texlive-duerer
texlive-duerer Package Contents on Fedora 36
/usr/share/licenses/texlive-duerer
/usr/share/licenses/texlive-duerer/pd.txt
/usr/share/texlive/texmf-dist/fonts/source/public/duerer
/usr/share/texlive/texmf-dist/fonts/source/public/duerer/cdb10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/duerer/cdi10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/duerer/cdr10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/duerer/cdsl10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/duerer/cdss10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/duerer/cdtt10.mf
/usr/share/texlive/texmf-dist/fonts/source/public/duerer/dromani.mf
/usr/share/texlive/texmf-dist/fonts/source/public/duerer/dromanu.mf
/usr/share/texlive/texmf-dist/fonts/source/public/duerer/dtitle.mf
/usr/share/texlive/texmf-dist/fonts/tfm/public/duerer
/usr/share/texlive/texmf-dist/fonts/tfm/public/duerer/cdb10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/duerer/cdi10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/duerer/cdr10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/duerer/cdsl10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/duerer/cdss10.tfm
/usr/share/texlive/texmf-dist/fonts/tfm/public/duerer/cdtt10.tfm
References
Summary
In this tutorial we learn how to install texlive-duerer on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).