How to Install and Uninstall node-stream-each Package on Kali Linux

Last updated: May 10,2024

1. Install "node-stream-each" package

This guide let you learn how to install node-stream-each on Kali Linux

$ sudo apt update $ sudo apt install node-stream-each

2. Uninstall "node-stream-each" package

This is a short guide on how to uninstall node-stream-each on Kali Linux:

$ sudo apt remove node-stream-each $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-stream-each package on Kali Linux

Package: node-stream-each
Version: 1.2.3-2
Installed-Size: 17
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-end-of-stream, node-stream-shift, nodejs
Size: 4784
SHA256: 5983baaab5a6657abf0c46520b799c1a6b43e06107947aef3ffd2c879b08bee3
SHA1: aa080bce52a7bdf57cae9bb6bc75b80cb5778276
MD5sum: a624410f98493ecd38904e80f22a1675
Description: Iterate all the data in a stream
Iterate the data in the stream by calling the iterator function with
(data, next) where data is a data chunk and next is a callback. Call next when
you are ready to consume the next chunk. Optionally you can call next with an
error to destroy the stream. When the stream ends/errors the callback is
called if provided.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/mafintosh/stream-each
Section: javascript
Priority: optional
Filename: pool/main/n/node-stream-each/node-stream-each_1.2.3-2_all.deb