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

Last updated: May 21,2024

1. Install "libcppdb0" package

This guide let you learn how to install libcppdb0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcppdb0

2. Uninstall "libcppdb0" package

Learn how to uninstall libcppdb0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcppdb0 $ sudo apt autoclean && sudo apt autoremove

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

Package: libcppdb0
Priority: optional
Section: universe/libs
Installed-Size: 174
Maintainer: Ubuntu Developers
Original-Maintainer: Tobias Frost
Architecture: amd64
Source: cppdb
Version: 0.3.1+dfsg-3build1
Depends: libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Suggests: libcppdb-mysql0, libcppdb-odbc0, libcppdb-postgresql0, libcppdb-sqlite3-0
Filename: pool/universe/c/cppdb/libcppdb0_0.3.1+dfsg-3build1_amd64.deb
Size: 48336
MD5sum: f11050af086ff10e1bbe1610e8a0c03c
SHA1: e0d93c2391640f705a13193ada21e55b7c28dc70
SHA256: 38909d3da5d5e0e31e3fc37da0817c7e6d3146868fb4d043f95a66dd244b898b
Description-en: SQL Connectivity Library (core library)
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 core library
Description-md5: 4fbaec66c54a2381120ee6ecf86cb2da
Multi-Arch: same
Homepage: http://cppcms.com/sql/cppdb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu