How to Install and Uninstall node-d3-format Package on Ubuntu 21.10 (Impish Indri)

Last updated: November 22,2024

1. Install "node-d3-format" package

This is a short guide on how to install node-d3-format on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-d3-format

2. Uninstall "node-d3-format" package

This guide covers the steps necessary to uninstall node-d3-format on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove node-d3-format $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-d3-format package on Ubuntu 21.10 (Impish Indri)

Package: node-d3-format
Architecture: all
Version: 1:1.4.1-3
Priority: extra
Section: universe/web
Source: d3-format
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 41
Depends: libjs-d3-format, nodejs
Filename: pool/universe/d/d3-format/node-d3-format_1.4.1-3_all.deb
Size: 7592
MD5sum: 5cc306e03c85ba1c2af6d1310fbd04bc
SHA1: 0448878c850cc9f5bcac28c6264000c3e9e445a3
SHA256: 36d0b67ae3c7a3fb59a2de0ba0321ce0666d9ba030bc96b05437b6a249084be3
SHA512: 3ce0fd9571f5605c52a467dc6a860b3daf3210344838a95a26de09303a4a59765343bbcbbdfeddba28d36ab3b0e767074e15cc26476b7c232e22f29c54ad512e
Homepage: https://github.com/d3/d3-format
Description-en: Formatting numbers for human consumption - NodeJS module
Sometimes JavaScript doesn’t display numbers the way you expect. For example,
printing tenths with a naive simple loop might give you 0, 0.1, 0.2,
0.30000000000000004, 0.4, 0.5, 0.6000000000000001, 0.7000000000000001, 0.8,
0.9 - welcome to binary floating point!
.
Yet rounding error is not the only reason to customize number formatting. A
table of numbers should be formatted consistently for comparison; above, 0.0
would be better than 0. Large numbers should have grouped digits (e.g.,
42,000) or be in scientific or metric notation (4.2e+4, 42k). Currencies
should have fixed precision ($3.50). Reported numerical results should be
rounded to significant digits (4021 becomes 4000). Number formats should
appropriate to the reader’s locale (42.000,00 or 42,000.00). The list goes on.
.
Formatting numbers for human consumption is the purpose of d3-format, which is
modeled after Python 3’s format specification mini-language (PEP 3101).
.
This package contains the NodeJS package.
Description-md5: 395d7dcbd3c1e1f49d01de92f75984cb