How To Install texlive-gsemthesis on Fedora 36

In this tutorial we learn how to install texlive-gsemthesis in Fedora 36. texlive-gsemthesis is Geneva School of Economics and Management PhD thesis format

Introduction

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

What is texlive-gsemthesis

The class provides a PhD thesis template for the Geneva School of Economics and Management (GSEM), University of Geneva, Switzerland. The class provides utilities to easily set up the cover page, the front matter pages, the page headers, etc., conformant to the official guidelines of the GSEM Faculty for writing PhD dissertations.

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

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

sudo dnf -y install texlive-gsemthesis

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

sudo yum -y install texlive-gsemthesis

How To Uninstall texlive-gsemthesis on Fedora 36

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

sudo dnf remove texlive-gsemthesis

texlive-gsemthesis Package Contents on Fedora 36

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

References

Summary

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