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

In this tutorial we learn how to install texlive-chngcntr.noarch in Amazon Linux 2. texlive-chngcntr.noarch is Change the resetting of counters

Introduction

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

What is texlive-chngcntr.noarch

Defines commands \counterwithin (which sets up a counter to be reset when another is incremented) and \counterwithout (which unsets such a relationship). date

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

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

sudo yum -y install texlive-chngcntr.noarch

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

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

sudo yum remove texlive-chngcntr.noarch

texlive-chngcntr.noarch Package Contents on Amazon Linux 2

/usr/share/doc/texlive-chngcntr-svn17157.1.0a
/usr/share/doc/texlive-chngcntr-svn17157.1.0a/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/chngcntr/chngcntr.sty

References

Summary

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