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

Last updated: May 03,2024

1. Install "mariadb-libs.x86_64" package

Please follow the steps below to install mariadb-libs.x86_64 on CentOS 7 / RHEL 7

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

2. Uninstall "mariadb-libs.x86_64" package

Learn how to uninstall mariadb-libs.x86_64 on CentOS 7 / RHEL 7:

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

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

Installed Packages
Name : mariadb-libs
Arch : x86_64
Epoch : 1
Version : 5.5.68
Release : 1.el7
Size : 4.4 M
Repo : installed
From repo : anaconda
Summary : The shared libraries required for MariaDB/MySQL clients
URL : http://mariadb.org
License : GPLv2 with exceptions and LGPLv2 and BSD
Description : The mariadb-libs package provides the essential shared libraries
: for any MariaDB/MySQL client program or interface. You will need
: to install this package to use any other MariaDB package or any
: clients that need to connect to a MariaDB/MySQL server. MariaDB is
: a community developed branch of MySQL.