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

Last updated: January 04,2025

1. Install "mariadb-server.x86_64" package

This is a short guide on how to install mariadb-server.x86_64 on Oracle Linux 9

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

2. Uninstall "mariadb-server.x86_64" package

Please follow the guidance below to uninstall mariadb-server.x86_64 on Oracle Linux 9:

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

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

Last metadata expiration check: 1:27:22 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : mariadb-server
Epoch : 3
Version : 10.5.22
Release : 1.el9_2
Architecture : x86_64
Size : 9.7 M
Source : mariadb-10.5.22-1.el9_2.src.rpm
Repository : ol9_appstream
Summary : The MariaDB server and related files
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
: the MariaDB server and some accompanying files and directories.
: MariaDB is a community developed fork from MySQL.