How To Install texlive-mathastext-doc on Fedora 36

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

Introduction

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

What is texlive-mathastext-doc

Documentation for mathastext

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

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

sudo dnf -y install texlive-mathastext-doc

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

sudo yum -y install texlive-mathastext-doc

How To Uninstall texlive-mathastext-doc on Fedora 36

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

sudo dnf remove texlive-mathastext-doc

texlive-mathastext-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-mathastext-doc
/usr/share/licenses/texlive-mathastext-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/mathastext
/usr/share/texlive/texmf-dist/doc/latex/mathastext/ChangeLog.md
/usr/share/texlive/texmf-dist/doc/latex/mathastext/INSTALL.txt
/usr/share/texlive/texmf-dist/doc/latex/mathastext/README.md
/usr/share/texlive/texmf-dist/doc/latex/mathastext/mathastext.pdf
/usr/share/texlive/texmf-dist/doc/latex/mathastext/mathastext.tex
/usr/share/texlive/texmf-dist/doc/latex/mathastext/mathastexttestalphabets.pdf
/usr/share/texlive/texmf-dist/doc/latex/mathastext/mathastexttestalphabets.tex
/usr/share/texlive/texmf-dist/doc/latex/mathastext/mathastexttestmathversions.tex
/usr/share/texlive/texmf-dist/doc/latex/mathastext/mathastexttestunicodelinux.tex
/usr/share/texlive/texmf-dist/doc/latex/mathastext/mathastexttestunicodemacos.tex

References

Summary

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