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

In this tutorial we learn how to install texlive-tocloft.noarch in Amazon Linux 2. texlive-tocloft.noarch is Control table of contents, figures, etc

Introduction

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

What is texlive-tocloft.noarch

Provides control over the typography of the Table of Contents, List of Figures and List of Tables, and the ability to create new `List of …’. The ToC \parskip can be changed. date

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

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

sudo yum -y install texlive-tocloft.noarch

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

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

sudo yum remove texlive-tocloft.noarch

texlive-tocloft.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-tocloft-svn20084.2.3e
/usr/share/doc/texlive-tocloft-svn20084.2.3e/lppl1.3.txt
/usr/share/texlive/texmf-dist/tex/latex/tocloft/tocloft.sty

References

Summary

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