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

In this tutorial we learn how to install texlive-adjustbox.noarch in Amazon Linux 2. texlive-adjustbox.noarch is adjustbox package

Introduction

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

What is texlive-adjustbox.noarch

adjustbox package

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

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

sudo yum -y install texlive-adjustbox.noarch

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

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

sudo yum remove texlive-adjustbox.noarch

texlive-adjustbox.noarch Package Contents on Amazon Linux 2

/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjcalc.sty
/usr/share/texlive/texmf-dist/tex/latex/adjustbox/adjustbox.sty
/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-dvips.def
/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pdftex.def
/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-pgf.def
/usr/share/texlive/texmf-dist/tex/latex/adjustbox/tc-xetex.def
/usr/share/texlive/texmf-dist/tex/latex/adjustbox/trimclip.sty

References

Summary

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