How to Install and Uninstall libsqlclient-dev Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: April 29,2024

1. Install "libsqlclient-dev" package

Please follow the instructions below to install libsqlclient-dev on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libsqlclient-dev

2. Uninstall "libsqlclient-dev" package

Please follow the instructions below to uninstall libsqlclient-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libsqlclient-dev package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libsqlclient-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 378
Maintainer: Ubuntu Developers
Original-Maintainer: Debian GNUstep maintainers
Architecture: amd64
Source: gnustep-sqlclient
Version: 1.7.3-2build1
Depends: libsqlclient1.7 (= 1.7.3-2build1), libgnustep-base-dev
Filename: pool/universe/g/gnustep-sqlclient/libsqlclient-dev_1.7.3-2build1_amd64.deb
Size: 40842
MD5sum: 7eae66ab468b61ce9141db92af5e66fb
SHA1: 2f7cab37ee86d3125397985bdcbd983eadb98648
SHA256: ca1e0206ed27fd7f1d23fbe02c44b319e69ec647803433097959a9e3fa87a2bc
Description-en: 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: 20dc98222e76383718b2f93e2d5a637b
Homepage: http://gnustep.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu