How to Install and Uninstall libjs-d3-format Package on Kali Linux

Last updated: April 29,2024

1. Install "libjs-d3-format" package

This guide let you learn how to install libjs-d3-format on Kali Linux

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

2. Uninstall "libjs-d3-format" package

This guide covers the steps necessary to uninstall libjs-d3-format on Kali Linux:

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

3. Information about the libjs-d3-format package on Kali Linux

Package: libjs-d3-format
Source: d3-format
Version: 1:1.4.5+~1.4.2-2
Installed-Size: 94
Maintainer: Debian Javascript Maintainers
Architecture: all
Recommends: javascript-common
Size: 17660
SHA256: 158251e09134d7c3a1af71948d2c21317d444ff8ee58047cb00cad4ce7968d43
SHA1: 575e755c7128c24c233cd560b5d2217c9ff125cd
MD5sum: 3432a9755bffdde7c63854988df7ca8c
Description: Formatting numbers for human consumption - browser library
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 plain JS library as well as a minified version.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/d3/d3-format
Section: javascript
Priority: optional
Filename: pool/main/d/d3-format/libjs-d3-format_1.4.5+~1.4.2-2_all.deb