How to Install and Uninstall mariadb-server.x86_64 Package on AlmaLinux 8

Last updated: November 01,2024

1. Install "mariadb-server.x86_64" package

In this section, we are going to explain the necessary steps to install mariadb-server.x86_64 on AlmaLinux 8

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

2. Uninstall "mariadb-server.x86_64" package

Please follow the instructions below to uninstall mariadb-server.x86_64 on AlmaLinux 8:

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

3. Information about the mariadb-server.x86_64 package on AlmaLinux 8

Last metadata expiration check: 0:31:58 ago on Mon Sep 5 03:22:42 2022.
Available Packages
Name : mariadb-server
Epoch : 3
Version : 10.3.32
Release : 2.module_el8.6.0+2867+72759d2f
Architecture : x86_64
Size : 16 M
Source : mariadb-10.3.32-2.module_el8.6.0+2867+72759d2f.src.rpm
Repository : appstream
Summary : The MariaDB server and related files
URL : http://mariadb.org
License : GPLv2 with exceptions and LGPLv2 and BSD
Description : MariaDB is 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. This package contains
: the MariaDB server and some accompanying files and directories.
: MariaDB is a community developed branch of MySQL.