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

Last updated: September 20,2024

1. Install "libcppdb-odbc0" package

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

$ sudo apt update $ sudo apt install libcppdb-odbc0

2. Uninstall "libcppdb-odbc0" package

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

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

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

Package: libcppdb-odbc0
Priority: optional
Section: universe/libs
Installed-Size: 122
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), libodbc1 (>= 2.3.1), libstdc++6 (>= 5.2)
Filename: pool/universe/c/cppdb/libcppdb-odbc0_0.3.1+dfsg-3build1_amd64.deb
Size: 34770
MD5sum: 4d408240e0ee701a33060e49bdfd545e
SHA1: 01ad8283154874e0fd831e95270ce98a8e6fcea9
SHA256: 1c4ba240dd70a002d07ac4abb911bf0c78d8209ccf3c0ddd0698a71ba0741ae4
Description-en: SQL Connectivity Library (odbc 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 odbc backend
Description-md5: 01fab737d750d415afc736f973f21227
Multi-Arch: same
Homepage: http://cppcms.com/sql/cppdb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu