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

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

Introduction

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

What is texlive-realscripts-doc.noarch

Documentation for realscripts

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

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

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

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

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

sudo yum remove texlive-realscripts-doc.noarch

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

/usr/share/doc/texlive-realscripts-doc-svn29423.0.3b
/usr/share/doc/texlive-realscripts-doc-svn29423.0.3b/lppl1.3.txt
/usr/share/texlive/texmf-dist/doc/latex/realscripts/README
/usr/share/texlive/texmf-dist/doc/latex/realscripts/realscripts.pdf

References

Summary

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