How to Install and Uninstall mariadb-embedded.i686 Package on Fedora 38

Last updated: February 08,2025

1. Install "mariadb-embedded.i686" package

This tutorial shows how to install mariadb-embedded.i686 on Fedora 38

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

2. Uninstall "mariadb-embedded.i686" package

In this section, we are going to explain the necessary steps to uninstall mariadb-embedded.i686 on Fedora 38:

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

3. Information about the mariadb-embedded.i686 package on Fedora 38

Last metadata expiration check: 0:58:02 ago on Sun Mar 17 04:59:58 2024.
Available Packages
Name : mariadb-embedded
Epoch : 3
Version : 10.5.23
Release : 1.fc38
Architecture : i686
Size : 5.7 M
Source : mariadb-10.5.23-1.fc38.src.rpm
Repository : updates
Summary : MariaDB as an embeddable library
URL : http://mariadb.org
License : GPLv2 and LGPLv2
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 fork from MySQL.