How To Install texlive-texpower on Fedora 36
Introduction
In this tutorial we learn how to install texlive-texpower on Fedora 36.
What is texlive-texpower
TeXPower is a bundle of packages intended to provide an all- inclusive environment for designing pdf screen presentations to be viewed in full-screen mode, especially for projecting `online’ with a video beamer. For some of its core functions, it uses code derived from ppower4 packages. It is, however, not a complete environment in itself class for preparing slides (such as foiltex or seminar) or another package such as pdfslide.
We can use yum or dnf to install texlive-texpower on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-texpower.
Install texlive-texpower 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-texpower using dnf by running the following command:
sudo dnf -y install texlive-texpower
Install texlive-texpower 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-texpower using yum by running the following command:
sudo yum -y install texlive-texpower
How To Uninstall texlive-texpower on Fedora 36
To uninstall only the texlive-texpower package we can use the following command:
sudo dnf remove texlive-texpower
texlive-texpower Package Contents on Fedora 36
/usr/share/licenses/texlive-texpower
/usr/share/licenses/texlive-texpower/gpl.txt
/usr/share/texlive/texmf-dist/tex/latex/texpower
/usr/share/texlive/texmf-dist/tex/latex/texpower/automata.sty
/usr/share/texlive/texmf-dist/tex/latex/texpower/fixseminar.sty
/usr/share/texlive/texmf-dist/tex/latex/texpower/powersem.cls
/usr/share/texlive/texmf-dist/tex/latex/texpower/texpower.sty
/usr/share/texlive/texmf-dist/tex/latex/texpower/tpcolors.cfg
/usr/share/texlive/texmf-dist/tex/latex/texpower/tplists.sty
/usr/share/texlive/texmf-dist/tex/latex/texpower/tpoptions.cfg
/usr/share/texlive/texmf-dist/tex/latex/texpower/tppstcol.sty
/usr/share/texlive/texmf-dist/tex/latex/texpower/tpsem-a4.sty
/usr/share/texlive/texmf-dist/tex/latex/texpower/tpsettings.cfg
References
Summary
In this tutorial we learn how to install texlive-texpower on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).