How To Install texlive-rgltxdoc on Fedora 36
Introduction
In this tutorial we learn how to install texlive-rgltxdoc on Fedora 36.
What is texlive-rgltxdoc
This package combines several other packages and defines additional macros and environments for documenting LaTeX code. The package mainly serves the purpose of combining the preferences used in the author’s own package documentations. However, others can use the package as well. Compatibility between versions cannot be guaranteed, however.
We can use yum or dnf to install texlive-rgltxdoc on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-rgltxdoc.
Install texlive-rgltxdoc 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-rgltxdoc using dnf by running the following command:
sudo dnf -y install texlive-rgltxdoc
Install texlive-rgltxdoc 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-rgltxdoc using yum by running the following command:
sudo yum -y install texlive-rgltxdoc
How To Uninstall texlive-rgltxdoc on Fedora 36
To uninstall only the texlive-rgltxdoc package we can use the following command:
sudo dnf remove texlive-rgltxdoc
texlive-rgltxdoc Package Contents on Fedora 36
/usr/share/licenses/texlive-rgltxdoc
/usr/share/licenses/texlive-rgltxdoc/lppl1.2.txt
/usr/share/texlive/texmf-dist/doc/latex/rgltxdoc
/usr/share/texlive/texmf-dist/doc/latex/rgltxdoc/README.md
/usr/share/texlive/texmf-dist/doc/latex/rgltxdoc/rgltxdoc.pdf
/usr/share/texlive/texmf-dist/tex/latex/rgltxdoc
/usr/share/texlive/texmf-dist/tex/latex/rgltxdoc/rgltxdoc.sty
References
Summary
In this tutorial we learn how to install texlive-rgltxdoc on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).