How To Install texlive-cm-super-doc on Fedora 36

In this tutorial we learn how to install texlive-cm-super-doc in Fedora 36. texlive-cm-super-doc is Documentation for cm-super

Introduction

In this tutorial we learn how to install texlive-cm-super-doc on Fedora 36.

What is texlive-cm-super-doc

Documentation for cm-super

We can use yum or dnf to install texlive-cm-super-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-cm-super-doc.

Install texlive-cm-super-doc 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-super-doc using dnf by running the following command:

sudo dnf -y install texlive-cm-super-doc

Install texlive-cm-super-doc 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-super-doc using yum by running the following command:

sudo yum -y install texlive-cm-super-doc

How To Uninstall texlive-cm-super-doc on Fedora 36

To uninstall only the texlive-cm-super-doc package we can use the following command:

sudo dnf remove texlive-cm-super-doc

texlive-cm-super-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-cm-super-doc
/usr/share/licenses/texlive-cm-super-doc/gpl.txt
/usr/share/texlive/texmf-dist/doc/fonts/cm-super
/usr/share/texlive/texmf-dist/doc/fonts/cm-super/COPYING
/usr/share/texlive/texmf-dist/doc/fonts/cm-super/ChangeLog
/usr/share/texlive/texmf-dist/doc/fonts/cm-super/FAQ
/usr/share/texlive/texmf-dist/doc/fonts/cm-super/INSTALL
/usr/share/texlive/texmf-dist/doc/fonts/cm-super/README
/usr/share/texlive/texmf-dist/doc/fonts/cm-super/TODO
/usr/share/texlive/texmf-dist/doc/fonts/cm-super/cm-super-inf.tar.bz2

References

Summary

In this tutorial we learn how to install texlive-cm-super-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).