How to Install and Uninstall mysql.x86_64 Package on Oracle Linux 8

Last updated: October 06,2024

1. Install "mysql.x86_64" package

Here is a brief guide to show you how to install mysql.x86_64 on Oracle Linux 8

$ sudo dnf update $ sudo dnf install mysql.x86_64

2. Uninstall "mysql.x86_64" package

This guide covers the steps necessary to uninstall mysql.x86_64 on Oracle Linux 8:

$ sudo dnf remove mysql.x86_64 $ sudo dnf autoremove

3. Information about the mysql.x86_64 package on Oracle Linux 8

Last metadata expiration check: 3:09:56 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : mysql
Version : 8.0.26
Release : 1.module+el8.4.0+20311+30d12931
Architecture : x86_64
Size : 12 M
Source : mysql-8.0.26-1.module+el8.4.0+20311+30d12931.src.rpm
Repository : ol8_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.