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