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

Last updated: May 01,2024

1. Install "node-stable" package

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

$ sudo apt update $ sudo apt install node-stable

2. Uninstall "node-stable" package

This is a short guide on how to uninstall node-stable on Kali Linux:

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

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

Package: node-stable
Version: 0.1.8-3
Installed-Size: 23
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 5988
SHA256: 6038dfc8defa9d46dafd3895362315fbc44a5196fd95b6e7ea254355ac0e0c53
SHA1: f8db190450203e2065d2c29d055767819f7a3ba7
MD5sum: 59b19b22155c174ad16c91440f8c5be7
Description: stable array sort, as Array#sort() is not guaranteed to be stable
The default sort is, as with Array#sort, lexicographical. Unlike Array#sort,
the default sort is not in-place. To do an in-place sort, use stable.inplace,
which otherwise works the same.
Description-md5:
Homepage: https://github.com/Two-Screen/stable
Section: javascript
Priority: optional
Filename: pool/main/n/node-stable/node-stable_0.1.8-3_all.deb