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

In this tutorial we learn how to install texlive-parallel.noarch in Amazon Linux 2. texlive-parallel.noarch is Typeset parallel texts

Introduction

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

What is texlive-parallel.noarch

Provides a parallel environment which allows two potentially different texts to be typeset in two columns, while maintaining alignment. The two columns may be on the same page, or on facing pages. This arrangement of text is commonly used when typesetting translations, but it can have value when comparing any two texts. date

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

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

sudo yum -y install texlive-parallel.noarch

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

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

sudo yum remove texlive-parallel.noarch

texlive-parallel.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-parallel-svn15878.0
/usr/share/doc/texlive-parallel-svn15878.0/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/parallel/parallel.sty

References

Summary

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