How To Install texlive-mugsthesis on Fedora 36

In this tutorial we learn how to install texlive-mugsthesis in Fedora 36. texlive-mugsthesis is Thesis class complying with Marquette University Graduate School requirements

Introduction

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

What is texlive-mugsthesis

The bundle offers a thesis class, based on memoir, that complies with Marquette University Graduate School requirements.

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

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

sudo dnf -y install texlive-mugsthesis

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

sudo yum -y install texlive-mugsthesis

How To Uninstall texlive-mugsthesis on Fedora 36

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

sudo dnf remove texlive-mugsthesis

texlive-mugsthesis Package Contents on Fedora 36

/usr/share/licenses/texlive-mugsthesis
/usr/share/licenses/texlive-mugsthesis/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/mugsthesis
/usr/share/texlive/texmf-dist/tex/latex/mugsthesis/mugsthesis.cls

References

Summary

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