How to Install and Uninstall node-safe-buffer Package on Kali Linux

Last updated: May 02,2024

1. Install "node-safe-buffer" package

Please follow the guidance below to install node-safe-buffer on Kali Linux

$ sudo apt update $ sudo apt install node-safe-buffer

2. Uninstall "node-safe-buffer" package

Learn how to uninstall node-safe-buffer on Kali Linux:

$ sudo apt remove node-safe-buffer $ sudo apt autoclean && sudo apt autoremove

3. Information about the node-safe-buffer package on Kali Linux

Package: node-safe-buffer
Version: 5.2.1+~cs2.1.2-3
Installed-Size: 53
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-safer-buffer (= 2.1.2)
Size: 15544
SHA256: 92f5049ab886f5f7975c6ff41719675606640ee1381e08fce9f23566676d205b
SHA1: 9f0f969a088357c57fe35e5590bd21024bc9c82d
MD5sum: 93e39f910c31418aa75176c04b3f5e4a
Description: Safer Node.js Buffer API
The goal of this package is to provide a safe replacement for the node.js
`Buffer`. It's a drop-in replacement for `Buffer`. You can use it by adding
one `require` line to the top of your node.js modules; for example
var Buffer = require('safe-buffer').Buffer
Existing buffer code will continue to work without issues.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/feross/safe-buffer
Section: javascript
Priority: optional
Filename: pool/main/n/node-safe-buffer/node-safe-buffer_5.2.1+~cs2.1.2-3_all.deb