How To Install texlive-beamertheme-detlevcm on Fedora 36

In this tutorial we learn how to install texlive-beamertheme-detlevcm in Fedora 36. texlive-beamertheme-detlevcm is A beamer theme designed for use in the University of Leeds

Introduction

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

What is texlive-beamertheme-detlevcm

The bundle provides a simple theme that has been used in the author’s department.

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

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

sudo dnf -y install texlive-beamertheme-detlevcm

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

sudo yum -y install texlive-beamertheme-detlevcm

How To Uninstall texlive-beamertheme-detlevcm on Fedora 36

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

sudo dnf remove texlive-beamertheme-detlevcm

texlive-beamertheme-detlevcm Package Contents on Fedora 36

/usr/share/licenses/texlive-beamertheme-detlevcm
/usr/share/licenses/texlive-beamertheme-detlevcm/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-detlevcm
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-detlevcm/beamercolorthemeETII.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-detlevcm/beamerfontthemeDetlevCM.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-detlevcm/beamerouterthemeDetlevCM.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-detlevcm/beamerthemeDetlevCM.sty

References

Summary

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