How to Install and Uninstall mariadb-server-galera.x86_64 Package on Rocky Linux 9

Last updated: July 06,2024

1. Install "mariadb-server-galera.x86_64" package

Please follow the guidelines below to install mariadb-server-galera.x86_64 on Rocky Linux 9

$ sudo dnf update $ sudo dnf install mariadb-server-galera.x86_64

2. Uninstall "mariadb-server-galera.x86_64" package

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

$ sudo dnf remove mariadb-server-galera.x86_64 $ sudo dnf autoremove

3. Information about the mariadb-server-galera.x86_64 package on Rocky Linux 9

Last metadata expiration check: 1:47:08 ago on Fri Feb 16 06:49:52 2024.
Available Packages
Name : mariadb-server-galera
Epoch : 3
Version : 10.5.22
Release : 1.el9_2
Architecture : x86_64
Size : 24 k
Source : mariadb-10.5.22-1.el9_2.src.rpm
Repository : appstream
Summary : The configuration files and scripts for galera replication
URL : http://mariadb.org
License : GPLv2 and LGPLv2
Description : MariaDB is a multi-user, multi-threaded SQL database server. It is a
: client/server implementation consisting of a server daemon (mariadbd)
: and many different client programs and libraries. This package contains
: added files to allow MariaDB server to operate as a Galera cluster
: member. MariaDB is a community developed fork originally from MySQL.