How to Install and Uninstall rubygem-mysql2.src Package on Oracle Linux 9
Last updated: November 13,2024
1. Install "rubygem-mysql2.src" package
In this section, we are going to explain the necessary steps to install rubygem-mysql2.src on Oracle Linux 9
$
sudo dnf update
Copied
$
sudo dnf install
rubygem-mysql2.src
Copied
2. Uninstall "rubygem-mysql2.src" package
This guide covers the steps necessary to uninstall rubygem-mysql2.src on Oracle Linux 9:
$
sudo dnf remove
rubygem-mysql2.src
Copied
$
sudo dnf autoremove
Copied
3. Information about the rubygem-mysql2.src package on Oracle Linux 9
Last metadata expiration check: 3:11:03 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : rubygem-mysql2
Version : 0.5.4
Release : 1.module+el9.1.0+20815+286161bd
Architecture : src
Size : 113 k
Source : None
Repository : ol9_appstream
Summary : A simple, fast Mysql library for Ruby, binding to libmysql
URL : https://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.
Available Packages
Name : rubygem-mysql2
Version : 0.5.4
Release : 1.module+el9.1.0+20815+286161bd
Architecture : src
Size : 113 k
Source : None
Repository : ol9_appstream
Summary : A simple, fast Mysql library for Ruby, binding to libmysql
URL : https://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.