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

In this tutorial we learn how to install texlive-pst-slpe.noarch in Amazon Linux 2. texlive-pst-slpe.noarch is Sophisticated colour gradients

Introduction

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

What is texlive-pst-slpe.noarch

This PStricks package covers all the colour gradient functionality of pst-grad (part of the base pstricks distribution), and provides the following facilities permits the user to specify an arbitrary number of colours, along with the points at which they are to be reached; - it converts between RGB and HSV behind the scenes; - it provides concentric and radial gradients; - it provides a command \psBall that generates bullets with a three-dimensional appearance; and - uses the xkeyval package for the extended key handling. date

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

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

sudo yum -y install texlive-pst-slpe.noarch

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

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

sudo yum remove texlive-pst-slpe.noarch

texlive-pst-slpe.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-pst-slpe-svn24391.1.31
/usr/share/doc/texlive-pst-slpe-svn24391.1.31/lppl1.txt
/usr/share/texlive/texmf-dist/dvips/pst-slpe/pst-slpe.pro
/usr/share/texlive/texmf-dist/tex/generic/pst-slpe/pst-slpe.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-slpe/pst-slpe.sty

References

Summary

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