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

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

Introduction

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

What is texlive-subfig-doc.noarch

Documentation for subfig

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

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

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

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

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

sudo yum remove texlive-subfig-doc.noarch

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

/usr/share/doc/texlive-subfig-doc-svn15878.1.3
/usr/share/doc/texlive-subfig-doc-svn15878.1.3/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/subfig/README
/usr/share/texlive/texmf-dist/doc/latex/subfig/ltxdoc.cfg
/usr/share/texlive/texmf-dist/doc/latex/subfig/subfig.pdf
/usr/share/texlive/texmf-dist/doc/latex/subfig/test1.tex
/usr/share/texlive/texmf-dist/doc/latex/subfig/test2.tex
/usr/share/texlive/texmf-dist/doc/latex/subfig/test3.tex
/usr/share/texlive/texmf-dist/doc/latex/subfig/test4.tex
/usr/share/texlive/texmf-dist/doc/latex/subfig/test5.tex
/usr/share/texlive/texmf-dist/doc/latex/subfig/test6.tex
/usr/share/texlive/texmf-dist/doc/latex/subfig/test7.tex

References

Summary

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