How to Install and Uninstall node-immutable Package on Ubuntu 21.10 (Impish Indri)

Last updated: January 23,2025

1. Install "node-immutable" package

Learn how to install node-immutable on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install node-immutable

2. Uninstall "node-immutable" package

Please follow the guidelines below to uninstall node-immutable on Ubuntu 21.10 (Impish Indri):

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

3. Information about the node-immutable package on Ubuntu 21.10 (Impish Indri)

Package: node-immutable
Architecture: all
Version: 3.8.2+dfsg-3
Priority: optional
Section: universe/javascript
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Javascript Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 307
Depends: nodejs (>= 6)
Filename: pool/universe/n/node-immutable/node-immutable_3.8.2+dfsg-3_all.deb
Size: 59576
MD5sum: 8e6358bae7850eb053c0f951196f818d
SHA1: 5f0462c517b0e79851b839c2910859048405c3f4
SHA256: 9df76fc061b04326718e39b695b2924772720a8332d2849571f4a7c5ead152e9
SHA512: ce5fa3d5f443c5a62d39b0a6511cf49b93b9aed16d4faef1f46194f6b7ff159937fe522850d84251102b55debb7d991b3087471cc6bc8f20cd0f82f84165cbb3
Homepage: https://facebook.github.com/immutable-js
Description-en: 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: 85e769205685dfd66ec188bcc31f091d