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

Last updated: May 21,2024

1. Install "libsqlclient1.8" package

This guide let you learn how to install libsqlclient1.8 on Kali Linux

$ sudo apt update $ sudo apt install libsqlclient1.8

2. Uninstall "libsqlclient1.8" package

Please follow the step by step instructions below to uninstall libsqlclient1.8 on Kali Linux:

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

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

Package: libsqlclient1.8
Source: gnustep-sqlclient (1.8.1-3)
Version: 1.8.1-3+b3
Installed-Size: 343
Maintainer: Debian GNUstep maintainers
Architecture: amd64
Depends: gnustep-base-runtime (>= 1.28.0), libc6 (>= 2.14), libecpg6, libgcc-s1 (>= 3.0), libgnustep-base1.28 (>= 1.28.0), libmariadb3 (>= 3.0.0), libobjc4 (>= 4.6), libperformance0.5, libpq5, libsqlite3-0 (>= 3.5.9)
Size: 81524
SHA256: 22c7437631505073c2dc6d018a279ec1082cfb87643d5447a3a45abd102d0ba0
SHA1: 90fe1e0daea844227c9963fdf5df1c3e56c44266
MD5sum: 33f90b0275fc9dfceb03648353b63f4e
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: 8d563cfae853afe6dcb9cea06a76fe9e
Homepage: http://gnustep.org
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/g/gnustep-sqlclient/libsqlclient1.8_1.8.1-3+b3_amd64.deb