How To Install texlive-hobete on Fedora 36
Introduction
In this tutorial we learn how to install texlive-hobete on Fedora 36.
What is texlive-hobete
The package provides a beamer theme which features the Ci colors of the University of Hohenheim. Please note that this is not an official Theme, and that there will be no support for it, from the University. Furthermore there is NO relationship between the University and this theme.
We can use yum or dnf to install texlive-hobete on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-hobete.
Install texlive-hobete 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-hobete using dnf by running the following command:
sudo dnf -y install texlive-hobete
Install texlive-hobete 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-hobete using yum by running the following command:
sudo yum -y install texlive-hobete
How To Uninstall texlive-hobete on Fedora 36
To uninstall only the texlive-hobete package we can use the following command:
sudo dnf remove texlive-hobete
texlive-hobete Package Contents on Fedora 36
/usr/share/licenses/texlive-hobete
/usr/share/licenses/texlive-hobete/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/hobete
/usr/share/texlive/texmf-dist/tex/latex/hobete/beamercolorthemehohenheim.sty
/usr/share/texlive/texmf-dist/tex/latex/hobete/beamerouterthemehohenheim.sty
/usr/share/texlive/texmf-dist/tex/latex/hobete/beamerouterthemehohenheimposter.sty
/usr/share/texlive/texmf-dist/tex/latex/hobete/beamerthemehohenheim.sty
/usr/share/texlive/texmf-dist/tex/latex/hobete/hobete.sty
References
Summary
In this tutorial we learn how to install texlive-hobete on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).