How To Install texlive-beamer2thesis on Fedora 36

In this tutorial we learn how to install texlive-beamer2thesis in Fedora 36. texlive-beamer2thesis is Thesis presentations using beamer

Introduction

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

What is texlive-beamer2thesis

The package specifies a beamer theme for presenting a thesis.

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

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

sudo dnf -y install texlive-beamer2thesis

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

sudo yum -y install texlive-beamer2thesis

How To Uninstall texlive-beamer2thesis on Fedora 36

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

sudo dnf remove texlive-beamer2thesis

texlive-beamer2thesis Package Contents on Fedora 36

/usr/share/licenses/texlive-beamer2thesis
/usr/share/licenses/texlive-beamer2thesis/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/beamer2thesis
/usr/share/texlive/texmf-dist/tex/latex/beamer2thesis/beamer2thesis.jpg
/usr/share/texlive/texmf-dist/tex/latex/beamer2thesis/beamercolorthemetorinoth.sty
/usr/share/texlive/texmf-dist/tex/latex/beamer2thesis/beamerfontthemetorinoth.sty
/usr/share/texlive/texmf-dist/tex/latex/beamer2thesis/beamerinnerthemetorinoth.sty
/usr/share/texlive/texmf-dist/tex/latex/beamer2thesis/beamerouterthemetorinoth.sty
/usr/share/texlive/texmf-dist/tex/latex/beamer2thesis/beamerthemeTorinoTh.sty
/usr/share/texlive/texmf-dist/tex/latex/beamer2thesis/logopolito.jpg

References

Summary

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