How To Install texlive-pst-3d.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-pst-3d.noarch in Amazon Linux 2. texlive-pst-3d.noarch is A PSTricks package for tilting and other pseudo-3D tricks

Introduction

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

What is texlive-pst-3d.noarch

The pst-3d package provides basic macros for shadows, tilting and three dimensional representations of text or graphical objects. date

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

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

sudo yum -y install texlive-pst-3d.noarch

How To Uninstall texlive-pst-3d.noarch on Amazon Linux 2

To uninstall only the texlive-pst-3d.noarch package we can use the following command:

sudo yum remove texlive-pst-3d.noarch

texlive-pst-3d.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-pst-3d-svn17257.1.10
/usr/share/doc/texlive-pst-3d-svn17257.1.10/lppl1.txt
/usr/share/texlive/texmf-dist/dvips/pst-3d/pst-3d.pro
/usr/share/texlive/texmf-dist/tex/generic/pst-3d/pst-3d.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-3d/pst-3d.sty

References

Summary

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