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