How to Install and Uninstall libcppdb-dev Package on Kali Linux

Last updated: May 09,2024

1. Install "libcppdb-dev" package

This guide let you learn how to install libcppdb-dev on Kali Linux

$ sudo apt update $ sudo apt install libcppdb-dev

2. Uninstall "libcppdb-dev" package

This tutorial shows how to uninstall libcppdb-dev on Kali Linux:

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

3. Information about the libcppdb-dev package on Kali Linux

Package: libcppdb-dev
Source: cppdb (0.3.1+dfsg-9)
Version: 0.3.1+dfsg-9+b1
Installed-Size: 1222
Maintainer: Tobias Frost
Architecture: amd64
Depends: libcppdb-mysql0 (= 0.3.1+dfsg-9+b1), libcppdb-odbc0 (= 0.3.1+dfsg-9+b1), libcppdb-postgresql0 (= 0.3.1+dfsg-9+b1), libcppdb-sqlite3-0 (= 0.3.1+dfsg-9+b1), libcppdb0 (= 0.3.1+dfsg-9+b1)
Size: 158596
SHA256: 7586db6598eb388e0aac89ff1e62248a7e3275466053ec8496aa782aec3c18f0
SHA1: bb5c29e26d80caf54cb3848c83620053538850e0
MD5sum: 62787224a6a752974850f0657b990022
Description: 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:
Multi-Arch: same
Homepage: http://cppcms.com/wikipp/en/page/sql_connectivity
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/cppdb/libcppdb-dev_0.3.1+dfsg-9+b1_amd64.deb