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

Last updated: September 20,2024

1. Install "mariadb-embedded.x86_64" package

Please follow the guidance below to install mariadb-embedded.x86_64 on Rocky Linux 8

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

2. Uninstall "mariadb-embedded.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mariadb-embedded.x86_64 on Rocky Linux 8:

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

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

Last metadata expiration check: 1:14:21 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : mariadb-embedded
Epoch : 3
Version : 10.3.32
Release : 2.module+el8.5.0+777+18007c86
Architecture : x86_64
Size : 5.0 M
Source : mariadb-10.3.32-2.module+el8.5.0+777+18007c86.src.rpm
Repository : appstream
Summary : MariaDB as an embeddable library
URL : http://mariadb.org
License : GPLv2 with exceptions and LGPLv2 and BSD
Description : MariaDB is a multi-user, multi-threaded SQL database server. This
: package contains a version of the MariaDB server that can be embedded
: into a client application instead of running as a separate process.
: MariaDB is a community developed branch of MySQL.