How to Install and Uninstall node-keese Package on Kali Linux

Last updated: May 09,2024

1. Install "node-keese" package

Please follow the steps below to install node-keese on Kali Linux

$ sudo apt update $ sudo apt install node-keese

2. Uninstall "node-keese" package

Please follow the guidelines below to uninstall node-keese on Kali Linux:

$ sudo apt remove node-keese $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-keese package on Kali Linux

Package: node-keese
Version: 1.1.1-4
Installed-Size: 22
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 9988
SHA256: e300f3f1826bf6501d0e0c4e107d08a5d80556a3931656fbb3aa1390f5cca921
SHA1: a14f68e156da1ee792992d7ab7b836f950cd9c8b
MD5sum: 8b4aaa305ae95d34ec277e4eee33fbfd
Description: arbitrary-precision floats encoded as strings - Node.js module
keese is a Node.js module that generates well-ordered values, appropriate for
use as sorting keys.
.
keese can always generate a bigger value, a smaller value, and a value
between two other values. This is trivial using numbers with x+1, x-1, and
(x+y)/2 respectively. However, numbers have limited precision in JavaScript,
so instead keese uses strings.
.
The string values are comparable with the builtin comparison operators (such
as <), and keese can always generate a new value that satisfies the
constraints (limited only by system resources).
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/thejoshwolfe/node-keese
Section: javascript
Priority: optional
Filename: pool/main/n/node-keese/node-keese_1.1.1-4_all.deb