How to Install and Uninstall ruby-symboltable Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: January 23,2025

1. Install "ruby-symboltable" package

In this section, we are going to explain the necessary steps to install ruby-symboltable on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-symboltable

2. Uninstall "ruby-symboltable" package

In this section, we are going to explain the necessary steps to uninstall ruby-symboltable on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the ruby-symboltable package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-symboltable
Priority: optional
Section: universe/ruby
Installed-Size: 22
Maintainer: Ubuntu Developers
Original-Maintainer: PKG OpenStack
Architecture: all
Version: 1.0.2-1
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
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
Homepage: http://mjijackson.github.com/symboltable
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu