How to Install and Uninstall ruby-symboltable Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: July 05,2024

1. Install "ruby-symboltable" package

This is a short guide on how to install ruby-symboltable on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install ruby-symboltable

2. Uninstall "ruby-symboltable" package

Please follow the guidance below to uninstall ruby-symboltable on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the ruby-symboltable package on Ubuntu 20.10 (Groovy Gorilla)

Package: ruby-symboltable
Architecture: all
Version: 1.0.2-1
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 22
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-symboltable/ruby-symboltable_1.0.2-1_all.deb
Size: 4232
MD5sum: c0dfa4d455473360fcca917478a2d1b5
SHA1: 9c43da61738889eea17e5760a47016c2685725d5
SHA256: 398c80b8bf77ee8814975085d5fb0d1549191aef8bd3875f603c73a90404ed70
SHA512: da75139ac8b588c45ea882449cebb3487d42bef8aed0e91bee221d2e8548513cb4223c23ef12f1010e0aef0957600405a1c1166a30811c22d9f40b5d226c7577
Homepage: http://mjijackson.github.com/symboltable
Description-en: 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: 746ab1d7a55ac81f1ac038ea754678e4
Ruby-Versions: all