How to Install and Uninstall mysql-server.x86_64 Package on Oracle Linux 8
Last updated: March 01,2025
1. Install "mysql-server.x86_64" package
Please follow the instructions below to install mysql-server.x86_64 on Oracle Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
mysql-server.x86_64
Copied
2. Uninstall "mysql-server.x86_64" package
This guide covers the steps necessary to uninstall mysql-server.x86_64 on Oracle Linux 8:
$
sudo dnf remove
mysql-server.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the mysql-server.x86_64 package on Oracle Linux 8
Last metadata expiration check: 0:43:10 ago on Mon Sep 12 02:51:38 2022.
Available Packages
Name : mysql-server
Version : 8.0.26
Release : 1.module+el8.4.0+20311+30d12931
Architecture : x86_64
Size : 25 M
Source : mysql-8.0.26-1.module+el8.4.0+20311+30d12931.src.rpm
Repository : ol8_appstream
Summary : The MySQL server and related files
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. This package contains
: the MySQL server and some accompanying files and directories.
Available Packages
Name : mysql-server
Version : 8.0.26
Release : 1.module+el8.4.0+20311+30d12931
Architecture : x86_64
Size : 25 M
Source : mysql-8.0.26-1.module+el8.4.0+20311+30d12931.src.rpm
Repository : ol8_appstream
Summary : The MySQL server and related files
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. This package contains
: the MySQL server and some accompanying files and directories.