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

In this tutorial we learn how to install texlive-threeparttable.noarch in Amazon Linux 2. texlive-threeparttable.noarch is Tables with captions and notes all the same width

Introduction

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

What is texlive-threeparttable.noarch

Provides a scheme for tables that have a structured note section, after the caption. This scheme provides an answer to the old problem of putting footnotes in tables – by making footnotes entirely unnecessary. Note that a threeparttable is not a float of itself; but you can place it in a table or a table* environment, if necessary. date

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

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

sudo yum -y install texlive-threeparttable.noarch

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

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

sudo yum remove texlive-threeparttable.noarch

texlive-threeparttable.noarch Package Contents on Amazon Linux 2

/usr/share/texlive/texmf-dist/tex/latex/threeparttable/3parttable.sty
/usr/share/texlive/texmf-dist/tex/latex/threeparttable/threeparttable.sty

References

Summary

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