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

Last updated: May 18,2024

1. Install "libpqtypes-dev" package

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

$ sudo apt update $ sudo apt install libpqtypes-dev

2. Uninstall "libpqtypes-dev" package

Here is a brief guide to show you how to uninstall libpqtypes-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libpqtypes-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 95
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Source: libpqtypes
Version: 1.5.1-2
Depends: libpq-dev, libpqtypes0 (= 1.5.1-2)
Filename: pool/universe/libp/libpqtypes/libpqtypes-dev_1.5.1-2_amd64.deb
Size: 47158
MD5sum: 380b9ffaa4f651c45ce8e5bd88214d01
SHA1: f01c284f63e20492b8500b7ebfec4b821d627b2e
SHA256: 98ff8a8648e73f185dbbe672a7c273070c8dfd49adb4471063519e73fe6ac27e
Description-en: parameterized queries libpq extension - development
libpqtypes is a libpq extension that offers a new way of handling
parameterized queries and getting result field values. Both putting
parameters and getting values use a printf/scanf style interface, with
consistent specifiers for both.
.
* Full support for binary and text format. (parameter and result)
* Full support for composites, arrays and composite arrays. (binary format
only)
* printf style interface to libpq's binary parameterized API. (PQputf)
* scanf style interface for getting values: PQgetvalue extension. (PQgetf)
* Ability to register user-defined types, aliases and data type sub-classes
for use with printf style interfaces: ex. "%mytype".
* Per-thread global error message. (PQgeterror)
* Online docs as well as man pages.
.
This package contains the headers and manpages.
Description-md5: dc8cbdd791661e86969f5cc927f5146b
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu