How To Install texlive-beamertheme-upenn-bc on Fedora 36

In this tutorial we learn how to install texlive-beamertheme-upenn-bc in Fedora 36. texlive-beamertheme-upenn-bc is Beamer themies for Boston College and the University of Pennsylvania

Introduction

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

What is texlive-beamertheme-upenn-bc

Beamer themes in the colors of the University of Pennsylvania, USA, and Boston College, USA. Both were tested for the presentation theme ‘Warsaw. Please note that these color themes are neither official nor exact! The colours are approximated from the universities’ style guidelines and websites, and slightly modified where necessary to generate an appealing look. The universities neither endorse, nor provide any support for, these color themes. I give no warranty for the code.

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

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

sudo dnf -y install texlive-beamertheme-upenn-bc

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

sudo yum -y install texlive-beamertheme-upenn-bc

How To Uninstall texlive-beamertheme-upenn-bc on Fedora 36

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

sudo dnf remove texlive-beamertheme-upenn-bc

texlive-beamertheme-upenn-bc Package Contents on Fedora 36

/usr/share/licenses/texlive-beamertheme-upenn-bc
/usr/share/licenses/texlive-beamertheme-upenn-bc/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-upenn-bc
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-upenn-bc/beamercolorthemegoeagles.sty
/usr/share/texlive/texmf-dist/tex/latex/beamertheme-upenn-bc/beamercolorthemepenn.sty

References

Summary

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