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

In this tutorial we learn how to install texlive-pst-text.noarch in Amazon Linux 2. texlive-pst-text.noarch is Text and character manipulation in PSTricks

Introduction

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

What is texlive-pst-text.noarch

Pst-text is a PSTricks based package for plotting text along a different path and manipulating characters. It includes the functionality of the old package pst-char. date

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

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

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

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

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

sudo yum remove texlive-pst-text.noarch

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

/usr/share/doc/texlive-pst-text-svn15878.1.00
/usr/share/doc/texlive-pst-text-svn15878.1.00/lppl1.txt
/usr/share/texlive/texmf-dist/dvips/pst-text/pst-text.pro
/usr/share/texlive/texmf-dist/tex/generic/pst-text/pst-char.tex
/usr/share/texlive/texmf-dist/tex/generic/pst-text/pst-text.tex
/usr/share/texlive/texmf-dist/tex/latex/pst-text/pst-char.sty
/usr/share/texlive/texmf-dist/tex/latex/pst-text/pst-text.sty

References

Summary

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