How To Install texlive-lastpage-doc.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-lastpage-doc.noarch in Amazon Linux 2. texlive-lastpage-doc.noarch is Documentation for lastpage

Introduction

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

What is texlive-lastpage-doc.noarch

Documentation for lastpage

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

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

sudo yum -y install texlive-lastpage-doc.noarch

How To Uninstall texlive-lastpage-doc.noarch on Amazon Linux 2

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

sudo yum remove texlive-lastpage-doc.noarch

texlive-lastpage-doc.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-lastpage-doc-svn28985.1.2l
/usr/share/doc/texlive-lastpage-doc-svn28985.1.2l/gpl2.txt
/usr/share/texlive/texmf-dist/doc/latex/lastpage/README
/usr/share/texlive/texmf-dist/doc/latex/lastpage/lastpage-example.pdf
/usr/share/texlive/texmf-dist/doc/latex/lastpage/lastpage-example.tex
/usr/share/texlive/texmf-dist/doc/latex/lastpage/lastpage.pdf

References

Summary

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