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

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

Introduction

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

What is texlive-ptext-doc.noarch

Documentation for ptext

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

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

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

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

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

sudo yum remove texlive-ptext-doc.noarch

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

/usr/share/doc/texlive-ptext-doc-svn28124.1
/usr/share/doc/texlive-ptext-doc-svn28124.1/lppl1.2.txt
/usr/share/texlive/texmf-dist/doc/xelatex/ptext/README
/usr/share/texlive/texmf-dist/doc/xelatex/ptext/ptext.pdf
/usr/share/texlive/texmf-dist/doc/xelatex/ptext/ptext.tex

References

Summary

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