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

Last updated: May 03,2024

1. Install "node-pump" package

Here is a brief guide to show you how to install node-pump on Kali Linux

$ sudo apt update $ sudo apt install node-pump

2. Uninstall "node-pump" package

Learn how to uninstall node-pump on Kali Linux:

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

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

Package: node-pump
Version: 3.0.0-5
Installed-Size: 18
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-end-of-stream, node-once
Size: 5136
SHA256: bb09adf29b56f7266ff22d2158177cfbf0e759c62adfa60bcd0ee90ce275fa9b
SHA1: a860f7feb150346082f1bcc890ab632fe74f302b
MD5sum: 9a7fc22bdda861b3aae6b067dc51eadf
Description: small node module that pipes streams together
When using standard source.pipe(dest) source will not be destroyed if dest
emits close or an error. You are also not able to provide a callback to tell
when then pipe has finished. pump does these two things for you.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/mafintosh/pump
Section: javascript
Priority: optional
Filename: pool/main/n/node-pump/node-pump_3.0.0-5_all.deb