How To Install texlive-fbithesis on Fedora 36

In this tutorial we learn how to install texlive-fbithesis in Fedora 36. texlive-fbithesis is Computer Science thesis class for University of Dortmund

Introduction

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

What is texlive-fbithesis

At the department of computer science at the University of Dortmund there are cardboard cover pages for research or internal reports like master/phd-theses. The main function of this LaTeX2e document-class is a replacement for the \maketitle command to typeset a title page that is adjusted to these cover pages.

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

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

sudo dnf -y install texlive-fbithesis

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

sudo yum -y install texlive-fbithesis

How To Uninstall texlive-fbithesis on Fedora 36

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

sudo dnf remove texlive-fbithesis

texlive-fbithesis Package Contents on Fedora 36

/usr/share/texlive/texmf-dist/tex/latex/fbithesis
/usr/share/texlive/texmf-dist/tex/latex/fbithesis/fbithesis.cfg
/usr/share/texlive/texmf-dist/tex/latex/fbithesis/fbithesis.cls

References

Summary

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