How to Install and Uninstall mariadb.x86_64 Package on CentOS 7 / RHEL 7

Last updated: May 15,2024

1. Install "mariadb.x86_64" package

This tutorial shows how to install mariadb.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install mariadb.x86_64

2. Uninstall "mariadb.x86_64" package

This tutorial shows how to uninstall mariadb.x86_64 on CentOS 7 / RHEL 7:

$ sudo yum remove mariadb.x86_64 $ sudo yum autoremove

3. Information about the mariadb.x86_64 package on CentOS 7 / RHEL 7

Installed Packages
Name : mariadb
Arch : x86_64
Epoch : 1
Version : 5.5.68
Release : 1.el7
Size : 49 M
Repo : installed
From repo : base
Summary : A community developed branch of MySQL
URL : http://mariadb.org
License : GPLv2 with exceptions and LGPLv2 and BSD
Description : MariaDB is a community developed branch of MySQL.
: 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. The
: base package contains the standard MariaDB/MySQL client programs
: and generic MySQL files.