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

Last updated: September 20,2024

1. Install "node-immutable" package

This guide covers the steps necessary to install node-immutable on Kali Linux

$ sudo apt update $ sudo apt install node-immutable

2. Uninstall "node-immutable" package

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

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

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

Package: node-immutable
Version: 4.3.4-1
Installed-Size: 673
Maintainer: Debian Javascript Maintainers
Architecture: all
Size: 113292
SHA256: 6e7aab635fa3dbc473e7b4dc3b8535c5f3e78858b2b3366be446ddc971a56d53
SHA1: 74fe9f39faa08ba7b39314938925542fa6483ceb
MD5sum: 688e98eaeea8727d3aa02ea10a1914af
Description: Immutable Data Collections
Immutable data cannot be changed once created, leading to much simpler
application development, no defensive copying, and enabling advanced
memoization and change detection techniques with simple logic. Persistent data
presents a mutative API which does not update the data in-place, but instead
always yields new updated data.
.
Immutable.js provides many Persistent Immutable data structures including:
List, Stack, Map, OrderedMap, Set, OrderedSet and Record.
.
These data structures are highly efficient on modern JavaScript VMs by using
structural sharing via [hash maps tries][] and [vector tries][] as popularized
by Clojure and Scala, minimizing the need to copy or cache data.
.
Immutable also provides a lazy Seq, allowing efficient chaining of collection
methods like map and filter without creating intermediate representations.
Create some Seq with Range and Repeat.
.
Node.js is an event-based server-side JavaScript engine.
Description-md5:
Multi-Arch: foreign
Homepage: https://facebook.github.com/immutable-js
Section: javascript
Priority: optional
Filename: pool/main/n/node-immutable/node-immutable_4.3.4-1_all.deb