How To Install texlive-medstarbeamer on Fedora 36

In this tutorial we learn how to install texlive-medstarbeamer in Fedora 36. texlive-medstarbeamer is Beamer document class for MedStar Health Research Institute

Introduction

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

What is texlive-medstarbeamer

This is a beamer template for MedStar Health presentations. It includes sample presentations using both .tex files and .rnw files. The document class is obviously compatible with both. The advantage of the .rnw file is that it can be used with knitr such that you can weave your R code with your presentation.

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

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

sudo dnf -y install texlive-medstarbeamer

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

sudo yum -y install texlive-medstarbeamer

How To Uninstall texlive-medstarbeamer on Fedora 36

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

sudo dnf remove texlive-medstarbeamer

texlive-medstarbeamer Package Contents on Fedora 36

/usr/share/licenses/texlive-medstarbeamer
/usr/share/licenses/texlive-medstarbeamer/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/medstarbeamer
/usr/share/texlive/texmf-dist/tex/latex/medstarbeamer/beamercolorthemeMedStarColors.sty
/usr/share/texlive/texmf-dist/tex/latex/medstarbeamer/medstarbeamer.cls

References

Summary

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