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

Last updated: May 18,2024

1. Install "node-inherits" package

This tutorial shows how to install node-inherits on Kali Linux

$ sudo apt update $ sudo apt install node-inherits

2. Uninstall "node-inherits" package

This guide covers the steps necessary to uninstall node-inherits on Kali Linux:

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

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

Package: node-inherits
Version: 2.0.4-6
Installed-Size: 16
Maintainer: Debian Javascript Maintainers
Architecture: all
Depends: libjs-inherits (= 2.0.4-6)
Size: 4548
SHA256: 288f79288807a033f67693709f56162645f07685d9f3270a018b8984a8ac6ccc
SHA1: a7b35e18fded7b01b54e36b90642f052864964bd
MD5sum: 0674fadc006f0d9b7f16e8c7d760cb89
Description: Node.js module that exposes inherits function
node-inherits exposes standard inherits implementation of Node.js util
module, and allows bundlers such as browserify to not include full util
package in client code.
.
It is recommended to use this module for all code that requires only
the inherits function and that has a chance to run in a browser too.
.
This is the Node.js module. Node.js is an event-based server-side
javascript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/isaacs/inherits
Section: javascript
Priority: optional
Filename: pool/main/n/node-inherits/node-inherits_2.0.4-6_all.deb