How to Install and Uninstall libcppdb-mysql0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: January 11,2025

1. Install "libcppdb-mysql0" package

Please follow the instructions below to install libcppdb-mysql0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcppdb-mysql0

2. Uninstall "libcppdb-mysql0" package

Please follow the steps below to uninstall libcppdb-mysql0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcppdb-mysql0 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libcppdb-mysql0 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libcppdb-mysql0
Priority: optional
Section: universe/libs
Installed-Size: 139
Maintainer: Ubuntu Developers
Original-Maintainer: Tobias Frost
Architecture: amd64
Source: cppdb
Version: 0.3.1+dfsg-3build1
Depends: libc6 (>= 2.14), libcppdb0, libgcc1 (>= 1:3.0), libmysqlclient20 (>= 5.7.11), libstdc++6 (>= 5.2)
Filename: pool/universe/c/cppdb/libcppdb-mysql0_0.3.1+dfsg-3build1_amd64.deb
Size: 36998
MD5sum: 4447a0495423828cbcd7039d7c88f8aa
SHA1: 0d437bc65909785fbe6ffa74963757d3309d7bb3
SHA256: cb2b4d9ca6be0a43fb1f9e798c63232ab70310b458ea3ce01172d889146e1cc9
Description-en: SQL Connectivity Library (MySQL backend)
CppDB is an SQL connectivity library that is designed to provide platform and
Database independent connectivity API similarly to what JDBC, ODBC and other
connectivity libraries do.
.
This library is developed as part of CppCMS Project - the C++ Web Development
Framework.
.
CppDB was designed with following goals in the mind:
- Performance is the primary goal - make fastest possible SQL connectivity as
possible
- Transparent connection pooling support
- Transparent prepared statements caching
- Dynamic DB modules loading and optional static linking
- Full and high priority support of FOSS RDBMS: MySQL, PostgreSQL, Sqlite3
- Support as many RDBMSs as possible via cppdb-odbc bridge
- Simplicity in use
- Locale safety
- Support of both explicit verbose API and brief and nice syntactic sugar
.
This package contains the MySQL backend
Description-md5: 5327aa84a1c587193b591955a89c55f0
Multi-Arch: same
Homepage: http://cppcms.com/sql/cppdb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu