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

Last updated: May 18,2024

1. Install "ruby-base62" package

Learn how to install ruby-base62 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-base62

2. Uninstall "ruby-base62" package

Please follow the instructions below to uninstall ruby-base62 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: ruby-base62
Priority: optional
Section: universe/ruby
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.0.0-2
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-base62/ruby-base62_1.0.0-2_all.deb
Size: 4496
MD5sum: d10f7e388c5246cd62fcd43f7d764a56
SHA1: c89ccb2e3033743b0a0acb2c18504a8a521d6b85
SHA256: e8e54288399a8994e764e94c05ecf161268e0abc96038c896bf3d62cf00bdc18
Description-en: base62 encoding and decoding library for Ruby
Base62 monkeypatches Integer to add an Integer#base62_encode
instance method to encode an integer in the character set of
0-9 + A-Z + a-z. It also monkeypatches String to add
String#base62_decode to take the string and turn it back
into a valid integer.
Description-md5: 7807854cb3765ee545ff7714b44d9e28
Homepage: https://github.com/jtzemp/base62
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu