How to Install and Uninstall mariadb-server.x86_64 Package on Fedora 35

Last updated: October 07,2024

1. Install "mariadb-server.x86_64" package

This is a short guide on how to install mariadb-server.x86_64 on Fedora 35

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

2. Uninstall "mariadb-server.x86_64" package

Here is a brief guide to show you how to uninstall mariadb-server.x86_64 on Fedora 35:

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

3. Information about the mariadb-server.x86_64 package on Fedora 35

Last metadata expiration check: 4:52:35 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : mariadb-server
Epoch : 3
Version : 10.5.16
Release : 1.fc35
Architecture : x86_64
Size : 11 M
Source : mariadb-10.5.16-1.fc35.src.rpm
Repository : updates
Summary : The MariaDB server and related files
URL : http://mariadb.org
License : GPLv2 and LGPLv2
Description : MariaDB is a multi-user, multi-threaded SQL database server. It is a
: client/server implementation consisting of a server daemon (mariadbd)
: and many different client programs and libraries. This package contains
: the MariaDB server and some accompanying files and directories.
: MariaDB is a community developed fork from MySQL.