How to Install and Uninstall texlive-numprint.noarch Package on Fedora 38

Last updated: September 21,2024

1. Install "texlive-numprint.noarch" package

This guide let you learn how to install texlive-numprint.noarch on Fedora 38

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

2. Uninstall "texlive-numprint.noarch" package

Here is a brief guide to show you how to uninstall texlive-numprint.noarch on Fedora 38:

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

3. Information about the texlive-numprint.noarch package on Fedora 38

Last metadata expiration check: 1:14:16 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : texlive-numprint
Epoch : 10
Version : svn27498.1.39
Release : 65.fc38
Architecture : noarch
Size : 25 k
Source : texlive-2022-65.fc38.src.rpm
Repository : fedora
Summary : Print numbers with separators and exponent if necessary
URL : http://tug.org/texlive/
License : LPPL-1.3c
Description : The package numprint prints numbers with a separator every
: three digits and converts numbers given as 12345.6e789 to
: 12\,345,6\cdot 10^{789}. Numbers are printed in the current
: mode (text or math) in order to use the correct font. Many
: things, including the decimal sign, the thousand separator, as
: well as the product sign can be changed by the user, e.g., to
: reach 12,345.6\times 10^{789}. If an optional argument is given
: it is printed upright as unit. Numbers can be rounded to a
: given number of digits. The package supports an automatic,
: language-dependent change of the number format. Tabular
: alignment using the tabular(*), array, tabularx, and longtable
: environments (similar to the dcolumn and rccol packages) is
: supported using all features of numprint. Additional text can
: be added before and after the formatted number.