How to Install and Uninstall node-through Package on Ubuntu 21.10 (Impish Indri)

Last updated: June 04,2024

1. Install "node-through" package

In this section, we are going to explain the necessary steps to install node-through on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-through

2. Uninstall "node-through" package

In this section, we are going to explain the necessary steps to uninstall node-through on Ubuntu 21.10 (Impish Indri):

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

3. Information about the node-through package on Ubuntu 21.10 (Impish Indri)

Package: node-through
Architecture: all
Version: 2.3.8+~cs0.0.30-1
Multi-Arch: foreign
Priority: optional
Section: universe/web
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 21
Provides: node-types-through (= 0.0.30)
Filename: pool/universe/n/node-through/node-through_2.3.8+~cs0.0.30-1_all.deb
Size: 5496
MD5sum: dc6e371da5d0cac50d12633c75e487d4
SHA1: d64642076f966618865f3d2e945d6e03917fa9a2
SHA256: dd2fd7c961f8f9a157b6735dd0e02d29a3c4754123d8f78cbd7eaa325508e38e
SHA512: 9653b875e3a2db96313c70afbee67aafe09d16616c00387dbe4dc83bc0156736ac843ee159dc44057eba318d8bbc4d867fb01a5bf53a7c59eba264aed62c9c33
Homepage: https://github.com/dominictarr/through
Description-en: 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: d8534555bbc61c34f380122f75257d4c