How to Install and Uninstall mysql-common.x86_64 Package on Rocky Linux 9

Last updated: November 01,2024

1. Install "mysql-common.x86_64" package

Please follow the step by step instructions below to install mysql-common.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install mysql-common.x86_64

2. Uninstall "mysql-common.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mysql-common.x86_64 on Rocky Linux 9:

$ sudo dnf remove mysql-common.x86_64 $ sudo dnf autoremove

3. Information about the mysql-common.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:53:04 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : mysql-common
Version : 8.0.32
Release : 1.el9_2
Architecture : x86_64
Size : 70 k
Source : mysql-8.0.32-1.el9_2.src.rpm
Repository : appstream
Summary : The shared files required for MySQL server and client
URL : http://www.mysql.com
License : GPLv2 with exceptions and LGPLv2 and BSD
Description : The mysql-common package provides the essential shared files for any
: MySQL program. You will need to install this package to use any other
: MySQL package.