How To Install texlive-sansmathfonts-doc on Fedora 36

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

Introduction

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

What is texlive-sansmathfonts-doc

Documentation for sansmathfonts

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

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

sudo dnf -y install texlive-sansmathfonts-doc

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

sudo yum -y install texlive-sansmathfonts-doc

How To Uninstall texlive-sansmathfonts-doc on Fedora 36

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

sudo dnf remove texlive-sansmathfonts-doc

texlive-sansmathfonts-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-sansmathfonts-doc
/usr/share/licenses/texlive-sansmathfonts-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/fonts/sansmathfonts
/usr/share/texlive/texmf-dist/doc/fonts/sansmathfonts/README
/usr/share/texlive/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.pdf
/usr/share/texlive/texmf-dist/doc/fonts/sansmathfonts/sansmathfonts.tex

References

Summary

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