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

Last updated: May 17,2024

1. Install "node-bindings" package

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

$ sudo apt update $ sudo apt install node-bindings

2. Uninstall "node-bindings" package

This is a short guide on how to uninstall node-bindings on Kali Linux:

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

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

Package: node-bindings
Version: 1.5.0-2
Installed-Size: 28
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 7608
SHA256: 3b2de910db1894db0a410e7740285c81f5d00fdd52aee82013ec863f7054f4e0
SHA1: 9060bd36c4bf9c785d48df6383be80a598b18454
MD5sum: ac3aa074d61b4101c7c24ad755c3c85b
Description: resolve path to c++ addons built by node-gyp - Node.js module
Throughout the course of Node.js's native addon history, addons have ended up
being compiled in a variety of different places, depending on which build tool
and which version of Node.js was used. In addition, the gyp build tool can
produce either a Release or Debug build, each being built into different
locations.
.
This module checks all the possible locations that a native addon would be
built at, and returns the first one that loads successfully.
.
In Debian, addons are always built in the same place - in the Release
directory. This module allows upstream code to remain unchanged regardless of
the environment it is built in.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Homepage: https://github.com/TooTallNate/node-bindings
Section: javascript
Priority: optional
Filename: pool/main/n/node-bindings/node-bindings_1.5.0-2_all.deb