How To Install texlive-umthesis-doc on Fedora 36

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

Introduction

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

What is texlive-umthesis-doc

Documentation for umthesis

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

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

sudo dnf -y install texlive-umthesis-doc

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

sudo yum -y install texlive-umthesis-doc

How To Uninstall texlive-umthesis-doc on Fedora 36

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

sudo dnf remove texlive-umthesis-doc

texlive-umthesis-doc Package Contents on Fedora 36

/usr/share/licenses/texlive-umthesis-doc
/usr/share/licenses/texlive-umthesis-doc/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/umthesis
/usr/share/texlive/texmf-dist/doc/latex/umthesis/PDP.tex
/usr/share/texlive/texmf-dist/doc/latex/umthesis/README
/usr/share/texlive/texmf-dist/doc/latex/umthesis/appendix.tex
/usr/share/texlive/texmf-dist/doc/latex/umthesis/conclusion.tex
/usr/share/texlive/texmf-dist/doc/latex/umthesis/example.pdf
/usr/share/texlive/texmf-dist/doc/latex/umthesis/example.tex
/usr/share/texlive/texmf-dist/doc/latex/umthesis/exp1.tex
/usr/share/texlive/texmf-dist/doc/latex/umthesis/exp2.tex
/usr/share/texlive/texmf-dist/doc/latex/umthesis/exp3.tex
/usr/share/texlive/texmf-dist/doc/latex/umthesis/felty.bib
/usr/share/texlive/texmf-dist/doc/latex/umthesis/intro.tex
/usr/share/texlive/texmf-dist/doc/latex/umthesis/mybibstyle.bst

References

Summary

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