How to Install and Uninstall libmariadb2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "libmariadb2" package

Learn how to install libmariadb2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libmariadb2

2. Uninstall "libmariadb2" package

This guide covers the steps necessary to uninstall libmariadb2 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libmariadb2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libmariadb2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libmariadb2
Priority: optional
Section: universe/libs
Installed-Size: 324
Maintainer: Ubuntu Developers
Original-Maintainer: Debian MySQL Maintainers
Architecture: amd64
Source: mariadb-client-lgpl
Version: 2.0.0-1
Depends: libc6 (>= 2.14), libssl1.0.0 (>= 1.0.0), zlib1g (>= 1:1.1.4)
Filename: pool/universe/m/mariadb-client-lgpl/libmariadb2_2.0.0-1_amd64.deb
Size: 108226
MD5sum: 3b1712c4f949f7dfd9fb9b2b42c6a44f
SHA1: 10f3250f0d59560bddeca11b99a09513aa31dd27
SHA256: 769d8850d02d37f217c2d784ee6e14f374fd494ef2e80643f429bce0a00177fa
Description-en: MariaDB Client Library for C
MariaDB is a fast, stable and true multi-user, multi-threaded SQL database
server. SQL (Structured Query Language) is the most popular database query
language in the world. The main goals of MariaDB are speed, robustness and
ease of use.
.
This package includes the MariaDB Client Library for C.
.
Note that MariaDB also comes with an included version of the client library.
The main reason to use this package, rather than libmariadbclient18, is
differences in licensing: this package uses the LGPL, while
libmariadbclient18 uses the GPL.
Description-md5: 2491f5bf6e3b18f95f8e15ef730d4dbf
Multi-Arch: same
Homepage: https://mariadb.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu