How To Install texlive-pspicture.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-pspicture.noarch in Amazon Linux 2. texlive-pspicture.noarch is PostScript picture support

Introduction

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

What is texlive-pspicture.noarch

A replacement for LaTeX’s picture macros, that uses PostScript \special commands. The package is now largely superseded by pict2e. date

We can use yum to install texlive-pspicture.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-pspicture.noarch.

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

sudo yum -y install texlive-pspicture.noarch

How To Uninstall texlive-pspicture.noarch on Amazon Linux 2

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

sudo yum remove texlive-pspicture.noarch

texlive-pspicture.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-pspicture-svn15878.0
/usr/share/doc/texlive-pspicture-svn15878.0/lppl1.txt
/usr/share/texlive/texmf-dist/dvips/pspicture/pspicture.ps
/usr/share/texlive/texmf-dist/tex/latex/pspicture/pspicture.sty

References

Summary

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