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

Last updated: May 17,2024

1. Install "ruby-mysql2" package

This guide let you learn how to install ruby-mysql2 on Kali Linux

$ sudo apt update $ sudo apt install ruby-mysql2

2. Uninstall "ruby-mysql2" package

Please follow the step by step instructions below to uninstall ruby-mysql2 on Kali Linux:

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

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

Package: ruby-mysql2
Source: ruby-mysql2 (0.5.3-4)
Version: 0.5.3-4+b1
Installed-Size: 144
Maintainer: Debian Ruby Team
Architecture: amd64
Depends: ruby-eventmachine, libc6 (>= 2.7), libmariadb3 (>= 3.0.0), libruby3.1 (>= 3.1.2), libruby (>= 1:3.1~0), libruby (<< 1:3.2~)
Size: 44156
SHA256: 086d5d98b6f81faf43da44a982c36039544795cf996dc0239b7efde6bfb9624a
SHA1: 05c0110051b03ca667943268163440d7cb7de8db
MD5sum: 9e8493d33ab7fee6e45124115b4e8216
Description: simple, fast MySQL library for Ruby
This is an API module that allows Ruby programs to interface with MySQL
databases. Usually, it will be pulled in automatically by packages providing
Ruby programs which need this capability, you only need to install it directly
if you intend to write such programs yourself. You may want to prefer the
ruby-mysql2 package over the ruby-mysql package, since benchmarks have shown
it to be faster, it is non-blocking and it supports UTF-8 database encoding.
Description-md5:
Homepage: https://github.com/brianmario/mysql2
Section: ruby
Priority: optional
Filename: pool/main/r/ruby-mysql2/ruby-mysql2_0.5.3-4+b1_amd64.deb