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

Last updated: May 21,2024

1. Install "libcppdb-postgresql0" package

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

$ sudo apt update $ sudo apt install libcppdb-postgresql0

2. Uninstall "libcppdb-postgresql0" package

This tutorial shows how to uninstall libcppdb-postgresql0 on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libcppdb-postgresql0
Priority: optional
Section: universe/libs
Installed-Size: 110
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), libpq5, libstdc++6 (>= 5.2)
Filename: pool/universe/c/cppdb/libcppdb-postgresql0_0.3.1+dfsg-3build1_amd64.deb
Size: 28574
MD5sum: dc35da7db1d2887294fd53120b160093
SHA1: f9f2008fa895720ec28e7f9ad2aa781a71cfbc43
SHA256: 70eb1914b466e07a919d998ee71da5d588817b4de612e9075343e742327541b2
Description-en: SQL Connectivity Library (PostgreSQL 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 PostgreSQL backend
Description-md5: 933b39a23d9ef62c6d15e7455223b94a
Multi-Arch: same
Homepage: http://cppcms.com/sql/cppdb/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu