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

Last updated: May 11,2024

1. Install "node-end-of-stream" package

This tutorial shows how to install node-end-of-stream on Kali Linux

$ sudo apt update $ sudo apt install node-end-of-stream

2. Uninstall "node-end-of-stream" package

In this section, we are going to explain the necessary steps to uninstall node-end-of-stream on Kali Linux:

$ sudo apt remove node-end-of-stream $ sudo apt autoclean && sudo apt autoremove

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

Package: node-end-of-stream
Version: 1.4.4+~1.4.1-1
Installed-Size: 21
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-types-end-of-stream (= 1.4.1)
Depends: node-once
Size: 5292
SHA256: 5978a77c9d7eaecfd7fa60e1b58d65cbd8ad00423f8182325c60fc5e50127a00
SHA1: bef0269f03d2ff29b1a017306478d2759a8d67dc
MD5sum: f80d440c39f541714344d2067e5ba685
Description: Invoke a callback when a stream has completed or failed
end-of-stream is a Node.js module which calls a callback when a readable,
writable, or duplex stream has completed or failed.
.
Pass a stream and a callback to end-of-stream. Both legacy streams and
streams2 are supported.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/mafintosh/end-of-stream
Section: javascript
Priority: optional
Filename: pool/main/n/node-end-of-stream/node-end-of-stream_1.4.4+~1.4.1-1_all.deb