How To Install texlive-beamerauxtheme on Fedora 36
Introduction
In this tutorial we learn how to install texlive-beamerauxtheme on Fedora 36.
What is texlive-beamerauxtheme
This bundle provides a collection of inner and outer themes as supplements to the default themes in the beamer distribution. These themes can be used in combination with existing inner, outer, and color themes.
We can use yum or dnf to install texlive-beamerauxtheme on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-beamerauxtheme.
Install texlive-beamerauxtheme 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-beamerauxtheme using dnf by running the following command:
sudo dnf -y install texlive-beamerauxtheme
Install texlive-beamerauxtheme 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-beamerauxtheme using yum by running the following command:
sudo yum -y install texlive-beamerauxtheme
How To Uninstall texlive-beamerauxtheme on Fedora 36
To uninstall only the texlive-beamerauxtheme package we can use the following command:
sudo dnf remove texlive-beamerauxtheme
texlive-beamerauxtheme Package Contents on Fedora 36
/usr/share/licenses/texlive-beamerauxtheme
/usr/share/licenses/texlive-beamerauxtheme/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/LICENSE
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/README.md
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/example-content.ltx
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/example-inner-simplelines.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/example-inner-simplelines.tex
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/example-outer-sidebarwithminiframes.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/example-outer-sidebarwithminiframes.tex
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/example-outer-splitwithminiframes.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/example-outer-splitwithminiframes.tex
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/example-outer-twolines.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamerauxtheme/example-outer-twolines.tex
/usr/share/texlive/texmf-dist/tex/latex/beamerauxtheme
/usr/share/texlive/texmf-dist/tex/latex/beamerauxtheme/beamerinnerthemesimplelines.sty
/usr/share/texlive/texmf-dist/tex/latex/beamerauxtheme/beamerouterthemesidebarwithminiframes.sty
/usr/share/texlive/texmf-dist/tex/latex/beamerauxtheme/beamerouterthemesplitwithminiframes.sty
/usr/share/texlive/texmf-dist/tex/latex/beamerauxtheme/beamerouterthemetwolines.sty
References
Summary
In this tutorial we learn how to install texlive-beamerauxtheme on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).