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

In this tutorial we learn how to install texlive-pst-node.noarch in Amazon Linux 2. texlive-pst-node.noarch is Draw connections using pstricks

Introduction

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

What is texlive-pst-node.noarch

The package enables the user to connect information, and to place labels, without knowing (in advance) the actual positions of the items to be connected, or where the connecting line should go. The macros are useful for making graphs and trees, mathematical diagrams, linguistic syntax diagrams, and so on. The package contents were previously distributed as a part of the pstricks base distribution. date

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

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

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

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

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

sudo yum remove texlive-pst-node.noarch

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

/usr/share/doc/texlive-pst-node-svn27799.1.25
/usr/share/doc/texlive-pst-node-svn27799.1.25/lppl1.txt
/usr/share/texlive/texmf-dist/dvips/pst-node/pst-node.pro
/usr/share/texlive/texmf-dist/dvips/pst-node/pst-node97.pro
/usr/share/texlive/texmf-dist/tex/generic/pst-node/pst-node.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-node/pst-node.sty

References

Summary

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