How to Install and Uninstall mariadb.x86_64 Package on CentOS 8 / RHEL 8

Last updated: June 30,2024

1. Install "mariadb.x86_64" package

Please follow the guidelines below to install mariadb.x86_64 on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install mariadb.x86_64

2. Uninstall "mariadb.x86_64" package

Learn how to uninstall mariadb.x86_64 on CentOS 8 / RHEL 8:

$ sudo dnf remove mariadb.x86_64 $ sudo dnf autoremove

3. Information about the mariadb.x86_64 package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 6:03:58 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : mariadb
Epoch : 3
Version : 10.3.28
Release : 1.module_el8.3.0+757+d382997d
Architecture : x86_64
Size : 6.0 M
Source : mariadb-10.3.28-1.module_el8.3.0+757+d382997d.src.rpm
Repository : appstream
Summary : A very fast and robust SQL database server
URL : http://mariadb.org
License : GPLv2 with exceptions and LGPLv2 and BSD
Description : MariaDB is a community developed branch of MySQL - a multi-user, multi-threaded
: SQL database server. It is a client/server implementation consisting of
: a server daemon (mysqld) and many different client programs and libraries.
: The base package contains the standard MariaDB/MySQL client programs and
: generic MySQL files.