How To Install texlive-beamertheme-cuerna on Fedora 36

In this tutorial we learn how to install texlive-beamertheme-cuerna in Fedora 36. texlive-beamertheme-cuerna is A beamer theme with 4 colour palettes

Introduction

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

What is texlive-beamertheme-cuerna

The package contains a theme for Beamer which is referenced as “Cuerna” inside beamer and has four basic colour themes. The title page shows rectangles that represent the Fibonacci sequence, and spiral is drawn on top of the rectangles. Besides that the rest of the graphic elements in the slides are scarce to keep it clean.

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

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

sudo dnf -y install texlive-beamertheme-cuerna

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

sudo yum -y install texlive-beamertheme-cuerna

How To Uninstall texlive-beamertheme-cuerna on Fedora 36

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

sudo dnf remove texlive-beamertheme-cuerna

texlive-beamertheme-cuerna Package Contents on Fedora 36

/usr/share/licenses/texlive-beamertheme-cuerna
/usr/share/licenses/texlive-beamertheme-cuerna/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-cuerna
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-cuerna/README
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-cuerna/beamertheme-cuerna.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-cuerna/pictures
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-cuerna/pictures/bluesimplex.png
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-cuerna/pictures/bluesimplexexample.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-cuerna/pictures/brickexample.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-cuerna/pictures/defaultexample.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-cuerna/pictures/lettuceexample.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-cuerna/template.tex
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-cuerna
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemeCuerna.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemebluesimplex.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemebrick.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-cuerna/beamercolorthemelettuce.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-cuerna/beamerinnerthemeCuerna.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-cuerna/beamerouterthemeCuerna.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-cuerna/beamerthemeCuerna.sty

References

Summary

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