How To Install texlive-ptext.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-ptext.noarch in Amazon Linux 2. texlive-ptext.noarch is A ’lipsum’ for Persian

Introduction

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

What is texlive-ptext.noarch

The package provides lipsum-like facilities for the Persian language. The source of the filling text is the Persian epic “the Shanameh” (100 paragraphs are used.) date

We can use yum to install texlive-ptext.noarch on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-ptext.noarch.

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

sudo yum -y install texlive-ptext.noarch

How To Uninstall texlive-ptext.noarch on Amazon Linux 2

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

sudo yum remove texlive-ptext.noarch

texlive-ptext.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-ptext-svn28124.1
/usr/share/doc/texlive-ptext-svn28124.1/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/xelatex/ptext/ptext.sty

References

Summary

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