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

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

Introduction

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

What is texlive-xcolor-doc.noarch

Documentation for xcolor

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

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

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

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

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

sudo yum remove texlive-xcolor-doc.noarch

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

/usr/share/doc/texlive-xcolor-doc-svn15878.2.11
/usr/share/doc/texlive-xcolor-doc-svn15878.2.11/lppl1.txt
/usr/share/texlive/texmf-dist/doc/latex/xcolor/ChangeLog
/usr/share/texlive/texmf-dist/doc/latex/xcolor/README
/usr/share/texlive/texmf-dist/doc/latex/xcolor/xcolor.lox
/usr/share/texlive/texmf-dist/doc/latex/xcolor/xcolor.pdf
/usr/share/texlive/texmf-dist/doc/latex/xcolor/xcolor1.tex
/usr/share/texlive/texmf-dist/doc/latex/xcolor/xcolor2.pdf
/usr/share/texlive/texmf-dist/doc/latex/xcolor/xcolor2.tex
/usr/share/texlive/texmf-dist/doc/latex/xcolor/xcolor3.tex
/usr/share/texlive/texmf-dist/doc/latex/xcolor/xcolor4.tex

References

Summary

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