How To Install texlive-elpres on Fedora 36

In this tutorial we learn how to install texlive-elpres in Fedora 36. texlive-elpres is A simple class for electronic presentations

Introduction

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

What is texlive-elpres

Elpres is a simple class for electronic presentations to be shown on screen or a beamer. Elpres is derived from article.cls and may be used with LaTeX, pdfLaTeX, or LuaLaTeX. The class requires ifthen, fancyhdr, hyperref, graphicx, xcolor, and geometry. For enhanced features the packages ragged2e, overlays, wallpaper, eso-pic, tcolorbox, and footmisc are useful.

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

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

sudo dnf -y install texlive-elpres

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

sudo yum -y install texlive-elpres

How To Uninstall texlive-elpres on Fedora 36

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

sudo dnf remove texlive-elpres

texlive-elpres Package Contents on Fedora 36

/usr/share/licenses/texlive-elpres
/usr/share/licenses/texlive-elpres/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/elpres
/usr/share/texlive/texmf-dist/tex/latex/elpres/elpres.cls
/usr/share/texlive/texmf-dist/tex/latex/elpres/elpresbluelightgrayscheme.sty
/usr/share/texlive/texmf-dist/tex/latex/elpres/elpresgrayscheme.sty
/usr/share/texlive/texmf-dist/tex/latex/elpres/elpreswhitebluescheme.sty
/usr/share/texlive/texmf-dist/tex/latex/elpres/elpreswhiteredscheme.sty
/usr/share/texlive/texmf-dist/tex/latex/elpres/elpreswhitetealscheme.sty

References

Summary

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