How to Install and Uninstall mysql.src Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "mysql.src" package

Here is a brief guide to show you how to install mysql.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install mysql.src

2. Uninstall "mysql.src" package

Please follow the guidance below to uninstall mysql.src on Oracle Linux 9:

$ sudo dnf remove mysql.src $ sudo dnf autoremove

3. Information about the mysql.src package on Oracle Linux 9

Last metadata expiration check: 2:43:08 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : mysql
Version : 8.0.32
Release : 1.el9_2
Architecture : src
Size : 413 M
Source : None
Repository : ol9_appstream
Summary : MySQL client programs and shared libraries
URL : http://www.mysql.com
License : GPLv2 with exceptions and LGPLv2 and BSD
Description : MySQL is a multi-user, multi-threaded SQL database server. MySQL is a
: client/server implementation consisting of a server daemon (mysqld)
: and many different client programs and libraries. The base package
: contains the standard MySQL client programs and generic MySQL files.