How To Install texlive-mathtools-doc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-mathtools-doc on Fedora 36.
What is texlive-mathtools-doc
Documentation for mathtools
We can use yum or dnf to install texlive-mathtools-doc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-mathtools-doc.
Install texlive-mathtools-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-mathtools-doc using dnf by running the following command:
sudo dnf -y install texlive-mathtools-doc
Install texlive-mathtools-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-mathtools-doc using yum by running the following command:
sudo yum -y install texlive-mathtools-doc
How To Uninstall texlive-mathtools-doc on Fedora 36
To uninstall only the texlive-mathtools-doc package we can use the following command:
sudo dnf remove texlive-mathtools-doc
texlive-mathtools-doc Package Contents on Fedora 36
/usr/share/licenses/texlive-mathtools-doc
/usr/share/licenses/texlive-mathtools-doc/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/mathtools
/usr/share/texlive/texmf-dist/doc/latex/mathtools/README.md
/usr/share/texlive/texmf-dist/doc/latex/mathtools/empheq.pdf
/usr/share/texlive/texmf-dist/doc/latex/mathtools/mathtools.pdf
/usr/share/texlive/texmf-dist/doc/latex/mathtools/mhsetup.pdf
References
Summary
In this tutorial we learn how to install texlive-mathtools-doc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).