How to Install and Uninstall rubygem-mysql2.x86_64 Package on Fedora 35

Last updated: May 28,2024

1. Install "rubygem-mysql2.x86_64" package

This is a short guide on how to install rubygem-mysql2.x86_64 on Fedora 35

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

2. Uninstall "rubygem-mysql2.x86_64" package

Please follow the instructions below to uninstall rubygem-mysql2.x86_64 on Fedora 35:

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

3. Information about the rubygem-mysql2.x86_64 package on Fedora 35

Last metadata expiration check: 3:10:14 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : rubygem-mysql2
Version : 0.5.3
Release : 8.fc35
Architecture : x86_64
Size : 48 k
Source : rubygem-mysql2-0.5.3-8.fc35.src.rpm
Repository : fedora
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.