How to Install and Uninstall rubygem-mysql2.x86_64 Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 10,2024

1. Install "rubygem-mysql2.x86_64" package

This guide covers the steps necessary to install rubygem-mysql2.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install rubygem-mysql2.x86_64

2. Uninstall "rubygem-mysql2.x86_64" package

Please follow the steps below to uninstall rubygem-mysql2.x86_64 on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove rubygem-mysql2.x86_64 $ sudo dnf autoremove

3. Information about the rubygem-mysql2.x86_64 package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:29:44 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : rubygem-mysql2
Version : 0.4.10
Release : 4.module+el8.9.0+19193+435404ae
Architecture : x86_64
Size : 45 k
Source : rubygem-mysql2-0.4.10-4.module+el8.9.0+19193+435404ae.src.rpm
Repository : ubi-8-appstream-rpms
Summary : A simple, fast Mysql library for Ruby, binding to libmysql
URL : http://github.com/brianmario/mysql2
License : MIT
Description : The Mysql2 gem is meant to serve the extremely common use-case of
: connecting, querying and iterating on results. Some database libraries
: out there serve as direct 1:1 mappings of the already complex C API\'s
: available. This one is not.