How To Install texlive-powerdot-tuliplab on Fedora 36
Introduction
In this tutorial we learn how to install texlive-powerdot-tuliplab on Fedora 36.
What is texlive-powerdot-tuliplab
powerdot-tuliplab is the LaTeX package used in TULIP Lab for presentation drafting. It comes with several sample .tex files so that you can quickly start working with it.
We can use yum or dnf to install texlive-powerdot-tuliplab on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-powerdot-tuliplab.
Install texlive-powerdot-tuliplab 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-powerdot-tuliplab using dnf by running the following command:
sudo dnf -y install texlive-powerdot-tuliplab
Install texlive-powerdot-tuliplab 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-powerdot-tuliplab using yum by running the following command:
sudo yum -y install texlive-powerdot-tuliplab
How To Uninstall texlive-powerdot-tuliplab on Fedora 36
To uninstall only the texlive-powerdot-tuliplab package we can use the following command:
sudo dnf remove texlive-powerdot-tuliplab
texlive-powerdot-tuliplab Package Contents on Fedora 36
/usr/share/licenses/texlive-powerdot-tuliplab
/usr/share/licenses/texlive-powerdot-tuliplab/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/powerdot-tuliplab
/usr/share/texlive/texmf-dist/doc/latex/powerdot-tuliplab/README.md
/usr/share/texlive/texmf-dist/doc/latex/powerdot-tuliplab/tuliplab-P00.tex
/usr/share/texlive/texmf-dist/doc/latex/powerdot-tuliplab/tuliplab-P01.tex
/usr/share/texlive/texmf-dist/doc/latex/powerdot-tuliplab/tuliplab-P02.tex
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos/tulip
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos/tulip-logo.eps
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos/tulip-wordmark.eps
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos/tulip.eps
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos/tulip/tulip-wordmark0.eps
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos/tulip/tulip-wordmark1.eps
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos/tulip/tulip0.eps
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos/tulip/tulip1.eps
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos/tulip/tulip2.eps
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/logos/tulip/tulip3.eps
/usr/share/texlive/texmf-dist/tex/latex/powerdot-tuliplab/powerdot-tuliplab.sty
References
Summary
In this tutorial we learn how to install texlive-powerdot-tuliplab on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).