How to Install and Uninstall rubygem-mysql2.x86_64 Package on Oracle Linux 8

Last updated: November 30,2024

1. Install "rubygem-mysql2.x86_64" package

In this section, we are going to explain the necessary steps to install rubygem-mysql2.x86_64 on Oracle Linux 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 Oracle Linux 8:

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

3. Information about the rubygem-mysql2.x86_64 package on Oracle Linux 8

Last metadata expiration check: 6:08:00 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : rubygem-mysql2
Version : 0.4.10
Release : 4.module+el8+5208+5b6a4032
Architecture : x86_64
Size : 46 k
Source : rubygem-mysql2-0.4.10-4.module+el8+5208+5b6a4032.src.rpm
Repository : ol8_appstream
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.