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

Last updated: July 05,2024

1. Install "ruby-symboltable" package

This guide let you learn how to install ruby-symboltable on Kali Linux

$ sudo apt update $ sudo apt install ruby-symboltable

2. Uninstall "ruby-symboltable" package

Please follow the guidelines below to uninstall ruby-symboltable on Kali Linux:

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

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

Package: ruby-symboltable
Version: 1.0.2-2
Installed-Size: 22
Maintainer: Debian OpenStack
Architecture: all
Depends: ruby | ruby-interpreter
Size: 4768
SHA256: 06fd4101d79bd75dd238ec541a9f9dc2acfca9826d01af4a3c4e59c05b02b2d7
SHA1: 6f759a8d148e13dec1461bb989375b6d04c0d362
MD5sum: ed7c8fc662d8999c5d4a61bf29d952d4
Description: symbols-only hash for Ruby
SymbolTable is a handy little Ruby class that was conceived from the union of
Hash and Symbol. SymbolTable directly extends Hash, but it stores all keys
internally as symbols. Any key that cannot be converted to a Symbol is not
valid.
.
While this may seem restrictive, it does have the nice side effect of making
all keys slightly more memorable and usable. For example, values may be set
and retrieved using any key that resolves to the same symbol.
Description-md5:
Homepage: http://mjijackson.github.com/symboltable
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-symboltable/ruby-symboltable_1.0.2-2_all.deb