How To Install texlive-bewerbung on Fedora 36

In this tutorial we learn how to install texlive-bewerbung in Fedora 36. texlive-bewerbung is Typesetting job applications

Introduction

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

What is texlive-bewerbung

The package provides packages and classes for typesetting applications with titlepage, cover letter, cv and additional documents in just a single document. There is also a class for printing a table of the latest applications that can be shown to the German authorities. The data for these applications can be maintained in a simple CSV file.

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

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

sudo dnf -y install texlive-bewerbung

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

sudo yum -y install texlive-bewerbung

How To Uninstall texlive-bewerbung on Fedora 36

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

sudo dnf remove texlive-bewerbung

texlive-bewerbung Package Contents on Fedora 36

/usr/share/licenses/texlive-bewerbung
/usr/share/licenses/texlive-bewerbung/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/bewerbung
/usr/share/texlive/texmf-dist/tex/latex/bewerbung/argetabelle.cls
/usr/share/texlive/texmf-dist/tex/latex/bewerbung/bewerbung-cv-casual.sty
/usr/share/texlive/texmf-dist/tex/latex/bewerbung/bewerbung-cv-classic.sty
/usr/share/texlive/texmf-dist/tex/latex/bewerbung/bewerbung-cv-oldstyle.sty
/usr/share/texlive/texmf-dist/tex/latex/bewerbung/bewerbung-cv.sty
/usr/share/texlive/texmf-dist/tex/latex/bewerbung/bewerbung.cls
/usr/share/texlive/texmf-dist/tex/latex/bewerbung/bewerbung.sty

References

Summary

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