How To Install texlive-totcount on Fedora 36

In this tutorial we learn how to install texlive-totcount in Fedora 36. texlive-totcount is Find the last value of a counter

Introduction

In this tutorial we learn how to install texlive-totcount on Fedora 36.

What is texlive-totcount

The package records the value that was last set, for any counter of interest; since most such counters are simply incremented when they are changed, the recorded value will usually be the maximum value.

We can use yum or dnf to install texlive-totcount on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-totcount.

Install texlive-totcount on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install texlive-totcount using dnf by running the following command:

sudo dnf -y install texlive-totcount

Install texlive-totcount on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install texlive-totcount using yum by running the following command:

sudo yum -y install texlive-totcount

How To Uninstall texlive-totcount on Fedora 36

To uninstall only the texlive-totcount package we can use the following command:

sudo dnf remove texlive-totcount

texlive-totcount Package Contents on Fedora 36

/usr/share/licenses/texlive-totcount
/usr/share/licenses/texlive-totcount/lppl1.txt
/usr/share/texlive/texmf-dist/tex/latex/totcount
/usr/share/texlive/texmf-dist/tex/latex/totcount/totcount.sty

References

Summary

In this tutorial we learn how to install texlive-totcount on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).