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

Last updated: May 16,2024

1. Install "node-rw" package

This guide covers the steps necessary to install node-rw on Kali Linux

$ sudo apt update $ sudo apt install node-rw

2. Uninstall "node-rw" package

Please follow the step by step instructions below to uninstall node-rw on Kali Linux:

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

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

Package: node-rw
Version: 1.3.3-5
Installed-Size: 26
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: node-d3-queue
Size: 7428
SHA256: 7d56688295fec0ea4a2a4fbcf5639acf27387b001aeec05efbd9fcf10000d336
SHA1: 0e4eea0836c2521f478588bc5062f9b9b42f6edd
MD5sum: 7544dadc89378be2857648ce71b3ca80
Description: provide file like interface to stdin and stdout
The rw provides an interface just like readFile, readFileSync, writeFile and
writeFileSync, but with implementations that work the way you expect on stdin
and stdout.
.
If you use these methods on files other than /dev/stdin or
/dev/stdout, they simply delegate to the fs methods, so you can trust that
they behave identically to the methods you’re used to.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/mbostock/rw
Section: javascript
Priority: optional
Filename: pool/main/n/node-rw/node-rw_1.3.3-5_all.deb