How To Install texlive-beamerthemenord on Fedora 36

In this tutorial we learn how to install texlive-beamerthemenord in Fedora 36. texlive-beamerthemenord is A simple beamer theme using the “Nord” color theme

Introduction

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

What is texlive-beamerthemenord

This package provides a simple beamer theme using the Nord color theme.

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

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

sudo dnf -y install texlive-beamerthemenord

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

sudo yum -y install texlive-beamerthemenord

How To Uninstall texlive-beamerthemenord on Fedora 36

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

sudo dnf remove texlive-beamerthemenord

texlive-beamerthemenord Package Contents on Fedora 36

/usr/share/licenses/texlive-beamerthemenord
/usr/share/licenses/texlive-beamerthemenord/lppl1.3c.txt
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/README.md
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/beamerthemeNord.pdf
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/beamerthemeNord.tex
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/dark-blocks.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/dark-colors.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/dark-fonts.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/dark-titlepage.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/dark-toc.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/dark-usage.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/light-blocks.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/light-colors.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/light-fonts.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/light-titlepage.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/light-toc.png
/usr/share/texlive/texmf-dist/doc/latex/beamerthemenord/screenshots/light-usage.png
/usr/share/texlive/texmf-dist/tex/latex/beamerthemenord
/usr/share/texlive/texmf-dist/tex/latex/beamerthemenord/beamercolorthemeNord.sty
/usr/share/texlive/texmf-dist/tex/latex/beamerthemenord/beamerfontthemeNord.sty
/usr/share/texlive/texmf-dist/tex/latex/beamerthemenord/beamerthemeNord.sty

References

Summary

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