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

In this tutorial we learn how to install texlive-wrapfig.noarch in Amazon Linux 2. texlive-wrapfig.noarch is Produces figures which text can flow around

Introduction

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

What is texlive-wrapfig.noarch

Allows figures or tables to have text wrapped around them. Does not work in combination with list environments, but can be used in a parbox or minipage, and in twocolumn format. Supports the float package. date

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

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

sudo yum -y install texlive-wrapfig.noarch

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

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

sudo yum remove texlive-wrapfig.noarch

texlive-wrapfig.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-wrapfig-svn22048.3.6
/usr/share/doc/texlive-wrapfig-svn22048.3.6/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/wrapfig/wrapfig.sty

References

Summary

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