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

Last updated: May 19,2024

1. Install "libcppdb-dev" package

Learn how to install libcppdb-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcppdb-dev

2. Uninstall "libcppdb-dev" package

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

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

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

Package: libcppdb-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 1256
Maintainer: Ubuntu Developers
Original-Maintainer: Tobias Frost
Architecture: amd64
Source: cppdb
Version: 0.3.1+dfsg-3build1
Depends: libcppdb-mysql0 (= 0.3.1+dfsg-3build1), libcppdb-odbc0 (= 0.3.1+dfsg-3build1), libcppdb-postgresql0 (= 0.3.1+dfsg-3build1), libcppdb-sqlite3-0 (= 0.3.1+dfsg-3build1), libcppdb0 (= 0.3.1+dfsg-3build1)
Filename: pool/universe/c/cppdb/libcppdb-dev_0.3.1+dfsg-3build1_amd64.deb
Size: 156978
MD5sum: c0b1fd2edc25ec492b795721e9de724d
SHA1: 6b98728cbdc634932b3d2457c286eceffe9a3b4c
SHA256: f8e545b60313190994180f5460e1c2cbf39512c9cbce2da5ec669c63d59f3134
Description-en: SQL Connectivity Library (development files)
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 development files.
Description-md5: 0573fa71daea8d9e93749efac010165a
Homepage: http://cppcms.com/sql/cppdb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu