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

In this tutorial we learn how to install texlive-varwidth.noarch in Amazon Linux 2. texlive-varwidth.noarch is A variable-width minipage

Introduction

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

What is texlive-varwidth.noarch

The varwidth environment is superficially similar to minipage, but the specified width is just a maximum value – the box may get a narrower “natural” width. date

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

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

sudo yum -y install texlive-varwidth.noarch

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

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

sudo yum remove texlive-varwidth.noarch

texlive-varwidth.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-varwidth-svn24104.0.92
/usr/share/doc/texlive-varwidth-svn24104.0.92/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/varwidth/varwidth.sty

References

Summary

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