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

In this tutorial we learn how to install texlive-ctable.noarch in Amazon Linux 2. texlive-ctable.noarch is Easily typeset centered tables

Introduction

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

What is texlive-ctable.noarch

Provides commands to typeset centered, left- or right-aligned table and (multiple-)figure floats, with footnotes. Instead of an environment, a command with 4 arguments is used; the first is optional and is used for key,value pairs generating variations on the defaults and offering a route for future extensions. date

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

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

sudo yum -y install texlive-ctable.noarch

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

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

sudo yum remove texlive-ctable.noarch

texlive-ctable.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-ctable-svn26694.1.23
/usr/share/doc/texlive-ctable-svn26694.1.23/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/ctable/ctable.sty

References

Summary

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