How To Install texlive-eso-pic.noarch on Amazon Linux 2

In this tutorial we learn how to install texlive-eso-pic.noarch in Amazon Linux 2. texlive-eso-pic.noarch is Add picture commands (or backgrounds) to every page

Introduction

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

What is texlive-eso-pic.noarch

Eso-pic is an extension of everyshi. Using everyshi’s \EveryShipout command, eso-pic adds one or more user commands to LaTeX’s shipout actions. date

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

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

sudo yum -y install texlive-eso-pic.noarch

How To Uninstall texlive-eso-pic.noarch on Amazon Linux 2

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

sudo yum remove texlive-eso-pic.noarch

texlive-eso-pic.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-eso-pic-svn21515.2.0c
/usr/share/doc/texlive-eso-pic-svn21515.2.0c/lppl1.2.txt
/usr/share/texlive/texmf-dist/tex/latex/eso-pic/eso-pic.sty
/usr/share/texlive/texmf-dist/tex/latex/eso-pic/showframe.sty

References

Summary

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