How to Install and Uninstall mariadb.src Package on Oracle Linux 9

Last updated: May 18,2024

1. Install "mariadb.src" package

Here is a brief guide to show you how to install mariadb.src on Oracle Linux 9

$ sudo dnf update $ sudo dnf install mariadb.src

2. Uninstall "mariadb.src" package

This guide covers the steps necessary to uninstall mariadb.src on Oracle Linux 9:

$ sudo dnf remove mariadb.src $ sudo dnf autoremove

3. Information about the mariadb.src package on Oracle Linux 9

Last metadata expiration check: 2:29:27 ago on Thu Feb 15 07:50:05 2024.
Available Packages
Name : mariadb
Epoch : 3
Version : 10.5.22
Release : 1.el9_2
Architecture : src
Size : 92 M
Source : None
Repository : ol9_appstream
Summary : A very fast and robust SQL database server
URL : http://mariadb.org
License : GPLv2 and LGPLv2
Description : MariaDB is a community developed fork from MySQL - 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.
: The base package contains the standard MariaDB/MySQL client programs and
: utilities.