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

Last updated: September 20,2024

1. Install "node-fetch" package

Please follow the instructions below to install node-fetch on Kali Linux

$ sudo apt update $ sudo apt install node-fetch

2. Uninstall "node-fetch" package

Please follow the guidelines below to uninstall node-fetch on Kali Linux:

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

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

Package: node-fetch
Version: 3.3.2+~cs11.4.11-1
Installed-Size: 8260
Maintainer: Debian Javascript Maintainers
Architecture: all
Provides: node-fetch-blob (= 3.1.5), node-formdata-polyfill (= 4.0.6), node-node-domexception (= 1.0.0), node-node-fetch (= 3.3.2), node-web-streams-polyfill (= 3.2.1)
Depends: node-data-uri-to-buffer (>= 5)
Size: 212328
SHA256: 2ef2d787e246f3a57f8c811bea8db8a1df0cc1b3999804f2e74dc223e830bf6d
SHA1: 53b673e2f5a7870c5cddd0fc2dc06446d8d0ff5e
MD5sum: b15fb7cb611c5441920a4e8d5ef14dc5
Description: light-weight module that brings window.fetch to node.js
Instead of implementing XMLHttpRequest in Node.js to run browser-specific
Fetch polyfill, why not go from native http to Fetch API directly? Hence
node-fetch, minimal code for a window.fetch compatible API on Node.js runtime.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/bitinn/node-fetch
Section: javascript
Priority: optional
Filename: pool/main/n/node-fetch/node-fetch_3.3.2+~cs11.4.11-1_all.deb