How To Install texlive-zlmtt on Fedora 36
Introduction
In this tutorial we learn how to install texlive-zlmtt on Fedora 36.
What is texlive-zlmtt
The package allows selection of Latin Modern Typewriter fonts with scaling and access to all its features. The package requires the mweights package.
We can use yum or dnf to install texlive-zlmtt on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-zlmtt.
Install texlive-zlmtt 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-zlmtt using dnf by running the following command:
sudo dnf -y install texlive-zlmtt
Install texlive-zlmtt 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-zlmtt using yum by running the following command:
sudo yum -y install texlive-zlmtt
How To Uninstall texlive-zlmtt on Fedora 36
To uninstall only the texlive-zlmtt package we can use the following command:
sudo dnf remove texlive-zlmtt
texlive-zlmtt Package Contents on Fedora 36
/usr/share/licenses/texlive-zlmtt
/usr/share/licenses/texlive-zlmtt/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/zlmtt
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/il2zlmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/il2zlmvtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/l7xzlmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/l7xzlmvtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/ly1zlmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/ly1zlmvtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/ot1zlmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/ot1zlmvtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/ot4zlmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/ot4zlmvtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/qxzlmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/qxzlmvtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/t1zlmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/t1zlmvtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/t5zlmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/t5zlmvtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/ts1zlmtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/ts1zlmvtt.fd
/usr/share/texlive/texmf-dist/tex/latex/zlmtt/zlmtt.sty
References
Summary
In this tutorial we learn how to install texlive-zlmtt on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).