How to Install and Uninstall texlive-padcount.noarch Package on Fedora 35

Last updated: October 05,2024

1. Install "texlive-padcount.noarch" package

In this section, we are going to explain the necessary steps to install texlive-padcount.noarch on Fedora 35

$ sudo dnf update $ sudo dnf install texlive-padcount.noarch

2. Uninstall "texlive-padcount.noarch" package

Please follow the instructions below to uninstall texlive-padcount.noarch on Fedora 35:

$ sudo dnf remove texlive-padcount.noarch $ sudo dnf autoremove

3. Information about the texlive-padcount.noarch package on Fedora 35

Last metadata expiration check: 2:16:34 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : texlive-padcount
Epoch : 9
Version : svn47621
Release : 48.fc35
Architecture : noarch
Size : 157 k
Source : texlive-2021-48.fc35.src.rpm
Repository : updates
Summary : Pad numbers with arbitrary characters
URL : http://tug.org/texlive/
License : LPPL
Description : 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.