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

Last updated: May 17,2024

1. Install "libcppdb-sqlite3-0" package

Please follow the steps below to install libcppdb-sqlite3-0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libcppdb-sqlite3-0

2. Uninstall "libcppdb-sqlite3-0" package

Learn how to uninstall libcppdb-sqlite3-0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libcppdb-sqlite3-0 $ sudo apt autoclean && sudo apt autoremove

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

Package: libcppdb-sqlite3-0
Priority: optional
Section: universe/libs
Installed-Size: 74
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), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2)
Filename: pool/universe/c/cppdb/libcppdb-sqlite3-0_0.3.1+dfsg-3build1_amd64.deb
Size: 18926
MD5sum: 53fa06c44b4444279fb9797699b542ee
SHA1: 1549337193a5064b307bb8359a1f233da5015b00
SHA256: 1b6e3702b3eb674b38f45e7949b738444fc8497a7be5709d9703170e70cf4591
Description-en: SQL Connectivity Library (sqlite3 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 sqlite3 backend
Description-md5: 31523443a79dfcfde46e2d75c4c8cda0
Multi-Arch: same
Homepage: http://cppcms.com/sql/cppdb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu