How to Install and Uninstall nodejs Package on Kali Linux

Last updated: May 10,2024

1. Install "nodejs" package

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

$ sudo apt update $ sudo apt install nodejs

2. Uninstall "nodejs" package

Please follow the guidelines below to uninstall nodejs on Kali Linux:

$ sudo apt remove nodejs $ sudo apt autoclean && sudo apt autoremove

3. Information about the nodejs package on Kali Linux

Package: nodejs
Version: 18.19.1+dfsg-3
Installed-Size: 3927
Maintainer: Debian Javascript Maintainers
Architecture: amd64
Replaces: libnode72 (<< 13), libnode83 (<< 16.13.2+really14.19.1~dfsg~), nodejs-legacy
Provides: node-types-node (= 18.18.14~18.19.1+dfsg-3)
Depends: libc6 (>= 2.34), libnode108 (= 18.19.1+dfsg-3)
Recommends: ca-certificates, nodejs-doc
Suggests: npm
Conflicts: nodejs-legacy
Breaks: libnode72 (<< 13), libnode83 (<< 16.13.2+really14.19.1~dfsg~), node-babel-runtime (<< 7), node-jest (<< 29~), node-typescript-types (<< 20210110~)
Size: 317500
SHA256: 3423c840ae0bda3cb3849d9ee1c48a7a7630b77afbb8264f544fc743081531f3
SHA1: 7e006a3521b3460f0222c855b8f87de88cf49765
MD5sum: 24d2880c2c989984ec17bb321d76218a
Description: evented I/O for V8 javascript - runtime executable
Node.js is a platform built on Chrome's JavaScript runtime for easily
building fast, scalable network applications. Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and
efficient, perfect for data-intensive real-time applications that run
across distributed devices.
.
Node.js is bundled with several useful libraries to handle server
tasks:
.
System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.
Description-md5:
Multi-Arch: allowed
Homepage: https://nodejs.org/
Tag: devel::interpreter, devel::lang:ecmascript, devel::runtime, devel::web,
implemented-in::c++, implemented-in::ecmascript,
interface::commandline, interface::shell, protocol::dns,
protocol::http, protocol::tcp, role::program, scope::application,
works-with-format::json
Section: web
Priority: optional
Filename: pool/main/n/nodejs/nodejs_18.19.1+dfsg-3_amd64.deb