How to Install and Uninstall ruby-symboltable Package on Ubuntu 21.10 (Impish Indri)

Last updated: July 03,2024

1. Install "ruby-symboltable" package

Please follow the guidelines below to install ruby-symboltable on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install ruby-symboltable

2. Uninstall "ruby-symboltable" package

This guide covers the steps necessary to uninstall ruby-symboltable on Ubuntu 21.10 (Impish Indri):

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

3. Information about the ruby-symboltable package on Ubuntu 21.10 (Impish Indri)

Package: ruby-symboltable
Architecture: all
Version: 1.0.2-2
Priority: optional
Section: universe/ruby
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian 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-2_all.deb
Size: 4820
MD5sum: 7f51bd56732359f17aebb72f7513018b
SHA1: c677631d75cddc705bd1f64728e89b1610d9cfbe
SHA256: 00a6b9eb421e4526ea9e55e3c55b5fe48a391b9ced3d8574154c3f12701fd111
SHA512: 42fd32bec7ef7dcfd945b15999c81839a12d912d18910797057a9ba323c372fc6d6cde13d2e7aed5405d35bff2fdff186244c87546f17b1db35fa5ffd0c66c49
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