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

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

Introduction

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

What is texlive-caption-doc.noarch

Documentation for caption

We can use yum to install texlive-caption-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-caption-doc.noarch.

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

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

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

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

sudo yum remove texlive-caption-doc.noarch

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

/usr/share/doc/texlive-caption-doc-svn29026.3.3__2013_02_03_
/usr/share/doc/texlive-caption-doc-svn29026.3.3__2013_02_03_/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/caption/CHANGELOG
/usr/share/texlive/texmf-dist/doc/latex/caption/README
/usr/share/texlive/texmf-dist/doc/latex/caption/SUMMARY
/usr/share/texlive/texmf-dist/doc/latex/caption/bicaption.pdf
/usr/share/texlive/texmf-dist/doc/latex/caption/caption-deu.pdf
/usr/share/texlive/texmf-dist/doc/latex/caption/caption-eng.pdf
/usr/share/texlive/texmf-dist/doc/latex/caption/caption-rus.pdf
/usr/share/texlive/texmf-dist/doc/latex/caption/ltcaption.pdf
/usr/share/texlive/texmf-dist/doc/latex/caption/newfloat.pdf
/usr/share/texlive/texmf-dist/doc/latex/caption/subcaption.pdf

References

Summary

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