How To Install texlive-beamertheme-focus on Fedora 36

In this tutorial we learn how to install texlive-beamertheme-focus in Fedora 36. texlive-beamertheme-focus is A minimalist presentation theme for LaTeX Beamer

Introduction

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

What is texlive-beamertheme-focus

A presentation theme for LaTeX Beamer that aims at a clean and minimalist design, so to minimize distractions and put the focus directly on the content.

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

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

sudo dnf -y install texlive-beamertheme-focus

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

sudo yum -y install texlive-beamertheme-focus

How To Uninstall texlive-beamertheme-focus on Fedora 36

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

sudo dnf remove texlive-beamertheme-focus

texlive-beamertheme-focus Package Contents on Fedora 36

/usr/share/licenses/texlive-beamertheme-focus
/usr/share/licenses/texlive-beamertheme-focus/gpl3.txt
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/README.md
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo.tex
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo/demo-appendix.jpg
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo/demo-focus.jpg
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo/demo-references.jpg
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo/demo-subsectionpage.jpg
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo/demo-titlepage-color.jpg
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo/demo-titlepage.jpg
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo/demo-typeset.jpg
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-demo_bibliography.bib
/usr/share/texlive/texmf-dist/doc/latex/beamertheme-focus/focus-logo.pdf
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamercolorthemefocus.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerfontthemefocus.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerinnerthemefocus.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerouterthemefocus.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-focus/beamerthemefocus.sty

References

Summary

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