How To Install texlive-powerdot.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-powerdot.noarch in Amazon Linux 2. texlive-powerdot.noarch is A presentation class

Introduction

In this tutorial we learn how to install texlive-powerdot.noarch on Amazon Linux 2.

What is texlive-powerdot.noarch

Powerdot is a presentation class for LaTeX that allows for the quick and easy development of professional presentations. It comes with many tools that enhance presentations and aid the presenter. Examples are automatic overlays, personal notes and a handout mode. To view a presentation, DVI, PS or PDF output can be used. A powerful template system is available to easily develop new styles. A LyX layout file is provided. date

We can use yum to install texlive-powerdot.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-powerdot.noarch.

Install texlive-powerdot.noarch on Amazon Linux 2 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-powerdot.noarch using yum by running the following command:

sudo yum -y install texlive-powerdot.noarch

How To Uninstall texlive-powerdot.noarch on Amazon Linux 2

To uninstall only the texlive-powerdot.noarch package we can use the following command:

sudo yum remove texlive-powerdot.noarch

texlive-powerdot.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-powerdot-svn25656.1.4i
/usr/share/doc/texlive-powerdot-svn25656.1.4i/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-aggie.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-bframe.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-ciment.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-default.ps
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-default.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-elcolors.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-fyma.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-horatio.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-husky.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-ikeda.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-jefka.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-klope.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-paintings.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-pazik.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-sailor.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-simple.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-tiger.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-tycja.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot-upen.sty
/usr/share/texlive/texmf-dist/tex/latex/powerdot/powerdot.cls

References

Summary

In this tutorial we learn how to install texlive-powerdot.noarch on Amazon Linux 2 using yum.