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

In this tutorial we learn how to install texlive-anysize.noarch in Amazon Linux 2. texlive-anysize.noarch is A simple package to set up document margins

Introduction

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

What is texlive-anysize.noarch

This package is considered obsolete; alternatives are the typearea package from the koma-script bundle, or the geometry package. date

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

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

sudo yum -y install texlive-anysize.noarch

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

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

sudo yum remove texlive-anysize.noarch

texlive-anysize.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-anysize-svn15878.0
/usr/share/doc/texlive-anysize-svn15878.0/pd.txt
/usr/share/texlive/texmf-dist/tex/latex/anysize/anysize.sty

References

Summary

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