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

Last updated: May 19,2024

1. Install "ruby-rbtree" package

Please follow the instructions below to install ruby-rbtree on Kali Linux

$ sudo apt update $ sudo apt install ruby-rbtree

2. Uninstall "ruby-rbtree" package

This tutorial shows how to uninstall ruby-rbtree on Kali Linux:

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

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

Package: ruby-rbtree
Version: 0.4.6-1
Installed-Size: 80
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: libc6 (>= 2.4), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 22012
SHA256: 20f530cbd1e1886eac718aae624814f87d6508975061b6928ae1e7196f4d219e
SHA1: a0fe2971cd2e2d8e7b9947cb6bcdd0e6c67c1b17
MD5sum: 47cd0830be9f1370e0b4829ce3737586
Description: sorted associative collection for Ruby
A RBTree is a sorted associative collection that is implemented with a
Red-Black Tree. It maps keys to values like a Hash, but maintains its
elements in ascending key order. The interface is the almost identical
to that of Hash.
Description-md5:
Homepage: https://github.com/mame/rbtree
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-rbtree/ruby-rbtree_0.4.6-1_amd64.deb