How to Install and Uninstall mariadb.x86_64 Package on Rocky Linux 8

Last updated: May 18,2024

1. Install "mariadb.x86_64" package

Please follow the step by step instructions below to install mariadb.x86_64 on Rocky Linux 8

$ sudo dnf update $ sudo dnf install mariadb.x86_64

2. Uninstall "mariadb.x86_64" package

This guide let you learn how to uninstall mariadb.x86_64 on Rocky Linux 8:

$ sudo dnf remove mariadb.x86_64 $ sudo dnf autoremove

3. Information about the mariadb.x86_64 package on Rocky Linux 8

Last metadata expiration check: 0:54:24 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : mariadb
Epoch : 3
Version : 10.3.32
Release : 2.module+el8.5.0+777+18007c86
Architecture : x86_64
Size : 6.0 M
Source : mariadb-10.3.32-2.module+el8.5.0+777+18007c86.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.