How to Install and Uninstall libjs-bignumber Package on Kali Linux

Last updated: May 14,2024

1. Install "libjs-bignumber" package

Please follow the instructions below to install libjs-bignumber on Kali Linux

$ sudo apt update $ sudo apt install libjs-bignumber

2. Uninstall "libjs-bignumber" package

This guide let you learn how to uninstall libjs-bignumber on Kali Linux:

$ sudo apt remove libjs-bignumber $ sudo apt autoclean && sudo apt autoremove

3. Information about the libjs-bignumber package on Kali Linux

Package: libjs-bignumber
Source: bignumber.js
Version: 9.1.1-1
Installed-Size: 223
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 53536
SHA256: 1a32266f3b040173d0c8cf15f5d6906250f3b1cab0281d9f10a3973c8ba74bde
SHA1: 80b1604986a6d01d62ca4a940fd56458f4d66985
MD5sum: 72331d4ecae33bf821c9b75b718d5ea6
Description: Arbitrary-precision decimal and non-decimal arithmetic (client)
Features:
.
- Faster, smaller, and perhaps easier to use than Javascript versions of
Java's BigDecimal
- 5 KB minified and gzipped
- Simple API but full-featured
- Works with numbers with or without fraction digits in bases from 2 to 36
inclusive
- Replicates the toExponential, toFixed, toPrecision and toString methods of
Javascript's Number type
- Includes a toFraction and a squareRoot method
- Stores values in an accessible decimal floating point format
- No dependencies
- Comprehensive documentation and test set
.
If an even smaller and simpler library is required see big.js. It's half the
size but only works with decimal numbers and only has half the methods. It
neither allows NaN or Infinity, or have the configuration options of this
library.
.
This package provides bignumber support to clients (i.e. browsers).
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/MikeMcl/bignumber.js/
Section: javascript
Priority: optional
Filename: pool/main/b/bignumber.js/libjs-bignumber_9.1.1-1_all.deb