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

Last updated: May 02,2024

1. Install "mariadb-server.x86_64" package

Please follow the guidelines below to install mariadb-server.x86_64 on CentOS 7 / RHEL 7

$ sudo yum makecache $ sudo yum install mariadb-server.x86_64

2. Uninstall "mariadb-server.x86_64" package

In this section, we are going to explain the necessary steps to uninstall mariadb-server.x86_64 on CentOS 7 / RHEL 7:

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

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

Installed Packages
Name : mariadb-server
Arch : x86_64
Epoch : 1
Version : 5.5.68
Release : 1.el7
Size : 58 M
Repo : installed
From repo : base
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.