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

Last updated: April 29,2024

1. Install "libsqlclient-dev" package

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

$ sudo apt update $ sudo apt install libsqlclient-dev

2. Uninstall "libsqlclient-dev" package

Please follow the instructions below to uninstall libsqlclient-dev on Kali Linux:

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

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

Package: libsqlclient-dev
Source: gnustep-sqlclient
Version: 1.9.0-3
Installed-Size: 620
Maintainer: Debian GNUstep maintainers
Architecture: amd64
Depends: libsqlclient1.9 (= 1.9.0-3), libgnustep-base-dev
Size: 71028
SHA256: dcb2cbf9fa28891c33e3048275e4e91cbbed5adb88bfe1f06818132cba57497b
SHA1: dc34b05ed20cc0c5921f31ce9441f5123dd5eaba
MD5sum: 42728ad0fe3bf657449a681e23232107
Description: SQL client library for GNUstep (development files)
The SQLClient library is designed to provide a simple interface to
SQL databases for GNUstep applications. It does not attempt the sort
of abstraction provided by the much more sophisticated GDL2 library
but rather allows applications to directly execute SQL queries and
statements.
Major features:
.
* Simple API for executing queries and statements.
* Simple API for combining multiple SQL statements into a single
transaction.
* Supports multiple sumultaneous named connections to a database
server in a thread-safe manner.
* Supports multiple simultaneous connections to different database
servers with backend driver bundles loaded for different database
engines.
* Configuration for all connections held in one place and referenced
by connection name for ease of configuration control.
* Thread safe operation.
.
Supported backend bundles are ECPG, Postgres, MySQL and SQLite.
.
This package contains the development files and the library reference
documentation.
Description-md5:
Homepage: http://gnustep.org
Tag: devel::lang:objc, devel::library, implemented-in::objc, role::devel-lib,
suite::gnustep
Section: libdevel
Priority: optional
Filename: pool/main/g/gnustep-sqlclient/libsqlclient-dev_1.9.0-3_amd64.deb