How to Install and Uninstall libsqlclient1.7 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libsqlclient1.7" package

Please follow the guidelines below to install libsqlclient1.7 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsqlclient1.7

2. Uninstall "libsqlclient1.7" package

Here is a brief guide to show you how to uninstall libsqlclient1.7 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libsqlclient1.7 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsqlclient1.7
Priority: optional
Section: universe/libs
Installed-Size: 283
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GNUstep maintainers
Architecture: amd64
Source: gnustep-sqlclient
Version: 1.7.3-2build1
Depends: gnustep-base-runtime (>= 1.24.7), libc6 (>= 2.14), libecpg6, libgcc1 (>= 1:3.0), libgnustep-base1.24 (>= 1.24.7), libmysqlclient20 (>= 5.7.11), libobjc4 (>= 4.6), libperformance0.5, libpq5, libsqlite3-0 (>= 3.5.9)
Filename: pool/universe/g/gnustep-sqlclient/libsqlclient1.7_1.7.3-2build1_amd64.deb
Size: 64506
MD5sum: fdaf9390b07f11d96cb06f49cbdc9e29
SHA1: cea7b0d2c5dcbe11ef7ddba4a6b1cd85d1aff709
SHA256: a1c96e10ad3adb50b6569fe0f91ee9f4bbf792bec1f68c98d7ff336853a8537f
Description-en: 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
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu