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

Last updated: May 18,2024

1. Install "ruby-base62" package

This is a short guide on how to install ruby-base62 on Kali Linux

$ sudo apt update $ sudo apt install ruby-base62

2. Uninstall "ruby-base62" package

This tutorial shows how to uninstall ruby-base62 on Kali Linux:

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

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

Package: ruby-base62
Version: 1.0.0-3
Installed-Size: 25
Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Depends: ruby | ruby-interpreter
Size: 5132
SHA256: 8910490cdd53e703e15812cabc12a3dc0dbea9add41a291a1f219a9a4d9133fa
SHA1: de3c942ca4e07487b934713758a6ec54320744ad
MD5sum: 903765aa0df9bfffa571cbeee8eb2f84
Description: 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:
Homepage: https://github.com/jtzemp/base62
Ruby-Versions: all
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-base62/ruby-base62_1.0.0-3_all.deb