How To Install texlive-pst-plot.noarch on Amazon Linux 2
Introduction
In this tutorial we learn how to install texlive-pst-plot.noarch on Amazon Linux 2.
What is texlive-pst-plot.noarch
The package provides plotting of data (typically from external files), using PSTricks. Plots my be configured using a wide variety of parameters. date
We can use yum to install texlive-pst-plot.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-plot.noarch.
Install texlive-pst-plot.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-plot.noarch using yum by running the following command:
sudo yum -y install texlive-pst-plot.noarch
How To Uninstall texlive-pst-plot.noarch on Amazon Linux 2
To uninstall only the texlive-pst-plot.noarch package we can use the following command:
sudo yum remove texlive-pst-plot.noarch
texlive-pst-plot.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-pst-plot-svn28729.1.44
/usr/share/doc/texlive-pst-plot-svn28729.1.44/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/pst-plot/pst-plot.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-plot/pst-plot.sty
References
Summary
In this tutorial we learn how to install texlive-pst-plot.noarch on Amazon Linux 2 using yum.