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

In this tutorial we learn how to install texlive-seminar.noarch in Amazon Linux 2. texlive-seminar.noarch is Make overhead slides

Introduction

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

What is texlive-seminar.noarch

A class that produces overhead slides (transparencies), with many facilities. The class requires availability of the fancybox package. Seminar is also the basis of other classes, such as prosper. In fact, seminar is not nowadays reckoned a good basis for a presentation – users are advised to use more recent classes such as powerdot or beamer, both of which are tuned to 21st-century presentation styles. Note that the seminar distribution relies on the xcomment package, which was once part of the bundle, but now has a separate existence. date

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

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

sudo yum -y install texlive-seminar.noarch

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

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

sudo yum remove texlive-seminar.noarch

texlive-seminar.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-seminar-svn18322.1.5
/usr/share/doc/texlive-seminar-svn18322.1.5/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/latex/seminar/npsfont.sty
/usr/share/texlive/texmf-dist/tex/latex/seminar/sem-a4.sty
/usr/share/texlive/texmf-dist/tex/latex/seminar/sem-page.sty
/usr/share/texlive/texmf-dist/tex/latex/seminar/semcolor.sty
/usr/share/texlive/texmf-dist/tex/latex/seminar/semhelv.sty
/usr/share/texlive/texmf-dist/tex/latex/seminar/seminar.bg2
/usr/share/texlive/texmf-dist/tex/latex/seminar/seminar.bug
/usr/share/texlive/texmf-dist/tex/latex/seminar/seminar.cls
/usr/share/texlive/texmf-dist/tex/latex/seminar/seminar.sty
/usr/share/texlive/texmf-dist/tex/latex/seminar/semlayer.sty
/usr/share/texlive/texmf-dist/tex/latex/seminar/semlcmss.sty
/usr/share/texlive/texmf-dist/tex/latex/seminar/semrot.sty
/usr/share/texlive/texmf-dist/tex/latex/seminar/slidesec.sty

References

Summary

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