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

Last updated: May 02,2024

1. Install "node-gyp" package

In this section, we are going to explain the necessary steps to install node-gyp on Kali Linux

$ sudo apt update $ sudo apt install node-gyp

2. Uninstall "node-gyp" package

Please follow the guidance below to uninstall node-gyp on Kali Linux:

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

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

Package: node-gyp
Version: 9.3.0-3
Installed-Size: 156
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-node-gyp (= 9.3.0-3)
Depends: gyp (>= 0.1+20200513gitcaa6002), libnode-dev, node-glob, node-graceful-fs, node-https-proxy-agent (>= 7), node-mkdirp, node-fetch, node-nopt, node-npmlog, node-osenv, node-rimraf, node-semver (>= 7), node-tar, node-which, nodejs:any
Recommends: build-essential
Size: 57972
SHA256: 9c49fc3a4d66d470649cebaea40de1f33af5787a97256d3c0412cb1ed25c458a
SHA1: 74283728b2d5aa669be1b20129bafdd36aa6980a
MD5sum: aefa3626f64e514bacb625faf11bcea0
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:
Homepage: https://github.com/nodejs/node-gyp
Section: javascript
Priority: optional
Filename: pool/main/n/node-gyp/node-gyp_9.3.0-3_all.deb