How to Install and Uninstall mysql-server.x86_64 Package on AlmaLinux 9
Last updated: February 12,2025
1. Install "mysql-server.x86_64" package
This tutorial shows how to install mysql-server.x86_64 on AlmaLinux 9
$
sudo dnf update
Copied
$
sudo dnf install
mysql-server.x86_64
Copied
2. Uninstall "mysql-server.x86_64" package
In this section, we are going to explain the necessary steps to uninstall mysql-server.x86_64 on AlmaLinux 9:
$
sudo dnf remove
mysql-server.x86_64
Copied
$
sudo dnf autoremove
Copied
3. Information about the mysql-server.x86_64 package on AlmaLinux 9
Last metadata expiration check: 0:42:58 ago on Wed Mar 13 07:41:12 2024.
Available Packages
Name : mysql-server
Version : 8.0.36
Release : 1.el9_3
Architecture : x86_64
Size : 17 M
Source : mysql-8.0.36-1.el9_3.src.rpm
Repository : 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.36
Release : 1.el9_3
Architecture : x86_64
Size : 17 M
Source : mysql-8.0.36-1.el9_3.src.rpm
Repository : 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.