How To Install texlive-pst-grad.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-pst-grad.noarch on Amazon Linux 2.
What is texlive-pst-grad.noarch
Pst-grad is a PSTricks based package for filling with colour gradients. Supported are colours in the RGB, CMYK or HSB models. Other colour gradient mechanisms are to be found in package pst-slpe. date
We can use yum to install texlive-pst-grad.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-grad.noarch.
Install texlive-pst-grad.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-grad.noarch using yum by running the following command:
sudo yum -y install texlive-pst-grad.noarch
How To Uninstall texlive-pst-grad.noarch on Amazon Linux 2
To uninstall only the texlive-pst-grad.noarch package we can use the following command:
sudo yum remove texlive-pst-grad.noarch
texlive-pst-grad.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-pst-grad-svn15878.1.06
/usr/share/doc/texlive-pst-grad-svn15878.1.06/lppl1.txt
/usr/share/texlive/texmf-dist/dvips/pst-grad/pst-grad.pro
/usr/share/texlive/texmf-dist/tex/generic/pst-grad/pst-grad.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-grad/pst-grad.sty
References
Summary
In this tutorial we learn how to install texlive-pst-grad.noarch on Amazon Linux 2 using yum.