node-gyp on Kali Linux

Last updated: July 20,2022

1. Install node-gyp package

In this section, we are going to explain the necessary steps to install node-gyp package:

sudo apt update
sudo apt install node-gyp

2. Uninstall / Remove node-gyp package

Please follow the guidance below to uninstall node-gyp package:

sudo apt remove node-gyp
sudo apt autoclean && sudo apt autoremove

3. Details of node-gyp package

Package: node-gyp
Version: 9.0.0-1
Installed-Size: 151
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-node-gyp (= 9.0.0-1)
Depends: gyp (>= 0.1+20200513gitcaa6002), libnode-dev, node-glob, node-graceful-fs, node-mkdirp, node-whatwg-fetch, node-nopt, node-npmlog, node-osenv, node-rimraf, node-semver (>= 7), node-tar, node-which, nodejs:any
Recommends: build-essential
Size: 57428
SHA256: a1e0e33cdab1f9ae8f2ce3b901f446953dfeed190ce376bc4da24d0602a80bc2
SHA1: 188bf4de7915b1b5766553734d32f12cde5eabc8
MD5sum: 47734a00eb39545b96d538b12547c33d
Description: Native addon build tool for Node.js
node-gyp is a cross-platform command-line tool written in Node.js
for compiling native addon modules for Node.js.
.
It features :
* Easy to use, consistent interface
* Same commands to build a module on every platform
* Support of multiple target versions of Node.js
.
Node.js is an event-based server-side javascript engine.
Description-md5: 9504a6e103c40d9c3dcd703bb54d5b8a
Homepage: https://github.com/nodejs/node-gyp
Section: javascript
Priority: optional
Filename: pool/main/n/node-gyp/node-gyp_9.0.0-1_all.deb