How to Install and Uninstall node-number-allocator Package on Kali Linux

Last updated: November 25,2024

1. Install "node-number-allocator" package

Learn how to install node-number-allocator on Kali Linux

$ sudo apt update $ sudo apt install node-number-allocator

2. Uninstall "node-number-allocator" package

Learn how to uninstall node-number-allocator on Kali Linux:

$ sudo apt remove node-number-allocator $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-number-allocator package on Kali Linux

Package: node-number-allocator
Version: 1.0.14-1
Installed-Size: 32
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-debug (>= 4.3.1), node-js-sdsl (>= 4.1.4)
Size: 7756
SHA256: 761c6f2a12038dbaa92161422ab9c6326316239f3223839dfa6532fa69c56bd2
SHA1: e4a06c798712831db21f179ef60fb0510afaa4dc
MD5sum: 15a3b36d98f59a46d5aa22aff77583d6
Description: Unique number allocator for JavaScript
Unique number allocator maintains number intervals that are not in used.
For an example, users can allocate an interval from 1 to 100. And if
the user uses 6, the interval will split into two: 1 to 5 and 7 to 100.
Unique number allocators will tell the users how many intervals we have
right now. And what number is still vacant to use.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/redboltz/number-allocator#readme
Section: javascript
Priority: optional
Filename: pool/main/n/node-number-allocator/node-number-allocator_1.0.14-1_all.deb