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

Last updated: July 03,2024

1. Install "ruby-immutable-ruby" package

This tutorial shows how to install ruby-immutable-ruby on Kali Linux

$ sudo apt update $ sudo apt install ruby-immutable-ruby

2. Uninstall "ruby-immutable-ruby" package

Please follow the guidance below to uninstall ruby-immutable-ruby on Kali Linux:

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

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

Package: ruby-immutable-ruby
Version: 0.1.0-2
Installed-Size: 256
Maintainer: Debian Ruby Team
Architecture: all
Depends: ruby-concurrent (>= 1.1), ruby-sorted-set (>= 1.0)
Size: 46296
SHA256: 39d3107a1784b76f71a83d313ca37aa6a8540fa6ab5bc5ee3d2def5b10571b94
SHA1: 79806d193b248542c30c9dd771cefec388fd85b4
MD5sum: 08c0215d083c23d345f877807b486fc5
Description: efficient, immutable, thread-safe collection classes for Ruby
The immutable-ruby gem provides 6 Persistent Data Structures: Hash, Vector,
Set, SortedSet, List, and Deque (which works as an immutable queue or stack).
.
Whenever you "modify" an Immutable collection, the original is preserved and a
modified copy is returned. This makes them inherently thread-safe and
shareable. At the same time, they remain CPU and memory-efficient by sharing
between copies.
.
Immutable was forked from Simon Harris' Hamster library (ruby-hamster
package), which is no longer maintained. It features some bug fixes and
performance optimizations which are not included in Hamster. Aside from the
name of the top-level module, the public API is virtually identical.
Description-md5:
Homepage: https://github.com/immutable-ruby/immutable-ruby
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-immutable-ruby/ruby-immutable-ruby_0.1.0-2_all.deb