How To Install texlive-padcount on Fedora 36
Introduction
In this tutorial we learn how to install texlive-padcount on Fedora 36.
What is texlive-padcount
This package provides some simple macros which will pad numbers (or, indeed, any expanded token) with your choice of character (defaulting to “0”) to your choice of number of places (defaults to “2”). This works not only on arabic numerals, but on any expanded list of tokens passed to it. This makes it suitable for, among other things, counters of all kinds.
We can use yum or dnf to install texlive-padcount on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install texlive-padcount.
Install texlive-padcount 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-padcount using dnf by running the following command:
sudo dnf -y install texlive-padcount
Install texlive-padcount 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-padcount using yum by running the following command:
sudo yum -y install texlive-padcount
How To Uninstall texlive-padcount on Fedora 36
To uninstall only the texlive-padcount package we can use the following command:
sudo dnf remove texlive-padcount
texlive-padcount Package Contents on Fedora 36
/usr/share/licenses/texlive-padcount
/usr/share/licenses/texlive-padcount/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/padcount
/usr/share/texlive/texmf-dist/doc/latex/padcount/CHANGES
/usr/share/texlive/texmf-dist/doc/latex/padcount/README
/usr/share/texlive/texmf-dist/doc/latex/padcount/lppl.txt
/usr/share/texlive/texmf-dist/doc/latex/padcount/padcount.pdf
/usr/share/texlive/texmf-dist/tex/latex/padcount
/usr/share/texlive/texmf-dist/tex/latex/padcount/padcount.sty
References
Summary
In this tutorial we learn how to install texlive-padcount on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).