How to Install libmariadb-dev in Ubuntu 18.04



Install libmariadb-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libmariadb-dev

Description:

MariaDB Connector/C, development files

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 development libraries and header files for MariaDB Connector/C. . Note that MariaDB also comes with an included version of the client library. The main reason to use this package, rather than libmariadbclient-dev, is differences in licensing: this package uses the LGPL, while libmariadbclient-dev uses the GPL.

Homepage: https://mariadb.org/

Version: 3.0.3-1build1

Section: universe/libdevel