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

Last updated: May 18,2024

1. Install "node-through" package

This tutorial shows how to install node-through on Kali Linux

$ sudo apt update $ sudo apt install node-through

2. Uninstall "node-through" package

This tutorial shows how to uninstall node-through on Kali Linux:

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

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

Package: node-through
Version: 2.3.8+~cs0.0.30-1
Installed-Size: 21
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-through (= 0.0.30)
Size: 5452
SHA256: e101d8fc8672b10c06a1602a436bdc60c715c5df9731fb5ab8a4fb3c4b7f0d0b
SHA1: 1dfba3e4fb16646321f29516ed1ebbe0fdae56c7
MD5sum: 4bf3799722f10942e1f31529a72c9520
Description: simplified stream construction
Easy way to create a Stream that is both readable and writable.
.
Pass in optional write and end methods.
through takes care of pause/resume logic if you use this.queue(data)
instead of this.emit('data', data).
Use this.pause() and this.resume() to manage flow.
Check this.paused to see current flow state.
(write always returns !this.paused).
.
This function is the basis for most of the synchronous streams in event-stream.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/dominictarr/through
Section: javascript
Priority: optional
Filename: pool/main/n/node-through/node-through_2.3.8+~cs0.0.30-1_all.deb