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

In this tutorial we learn how to install texlive-pst-tree.noarch in Amazon Linux 2. texlive-pst-tree.noarch is Trees, using pstricks

Introduction

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

What is texlive-pst-tree.noarch

pst-tree is a pstricks package that defines a macro \pstree which offers a structured way of joining nodes created using pst-node in order to draw trees. date

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

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

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

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

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

sudo yum remove texlive-pst-tree.noarch

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

/usr/share/doc/texlive-pst-tree-svn24142.1.12
/usr/share/doc/texlive-pst-tree-svn24142.1.12/lppl1.txt
/usr/share/texlive/texmf-dist/tex/generic/pst-tree/pst-tree.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-tree/pst-tree.sty

References

Summary

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