How to Install and Uninstall libsqlclient1.9 Package on Kali Linux

Last updated: June 27,2024

1. Install "libsqlclient1.9" package

Here is a brief guide to show you how to install libsqlclient1.9 on Kali Linux

$ sudo apt update $ sudo apt install libsqlclient1.9

2. Uninstall "libsqlclient1.9" package

This guide covers the steps necessary to uninstall libsqlclient1.9 on Kali Linux:

$ sudo apt remove libsqlclient1.9 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libsqlclient1.9 package on Kali Linux

Package: libsqlclient1.9
Source: gnustep-sqlclient
Version: 1.9.0-3
Installed-Size: 442
Maintainer: Debian GNUstep maintainers
Architecture: amd64
Depends: gnustep-base-runtime (>= 1.29.0), libc6 (>= 2.14), libecpg6, libgcc-s1 (>= 3.0), libgnustep-base1.29 (>= 1.29.0), libmariadb3 (>= 3.0.0), libobjc4 (>= 4.6), libperformance0.6 (>= 0.6.0), libpq5, libsqlite3-0 (>= 3.5.9)
Size: 112468
SHA256: 9df97845d2e7f02486aa11b4119d6d14a74ea15d05290da6745b0de70e1141b4
SHA1: 19220cdd1795a701b5f39ee02778edc7ea5db340
MD5sum: 42b762ff7860b674a541918bef470556
Description: SQL client library for GNUstep (runtime library)
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 shared library and the supported bundles.
Description-md5:
Homepage: http://gnustep.org
Section: libs
Priority: optional
Filename: pool/main/g/gnustep-sqlclient/libsqlclient1.9_1.9.0-3_amd64.deb