How To Install texlive-pst-fill.noarch on Amazon Linux 2
In this tutorial we learn how to install texlive-pst-fill.noarch in Amazon Linux 2. texlive-pst-fill.noarch is Fill or tile areas with PSTricks
Introduction
In this tutorial we learn how to install texlive-pst-fill.noarch on Amazon Linux 2.
What is texlive-pst-fill.noarch
Pst-fill is a PSTricks-based package for filling and tiling areas or characters. date
We can use yum to install texlive-pst-fill.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-fill.noarch.
Install texlive-pst-fill.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-fill.noarch using yum by running the following command:
sudo yum -y install texlive-pst-fill.noarch
How To Uninstall texlive-pst-fill.noarch on Amazon Linux 2
To uninstall only the texlive-pst-fill.noarch package we can use the following command:
sudo yum remove texlive-pst-fill.noarch
texlive-pst-fill.noarch Package Contents on Amazon Linux 2
/usr/share/doc/texlive-pst-fill-svn15878.1.01
/usr/share/doc/texlive-pst-fill-svn15878.1.01/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/pst-fill/pst-fill.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-fill/pst-fill.sty
References
Summary
In this tutorial we learn how to install texlive-pst-fill.noarch on Amazon Linux 2 using yum.