How to Install and Uninstall libpqtypes0 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "libpqtypes0" package

This guide let you learn how to install libpqtypes0 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install libpqtypes0

2. Uninstall "libpqtypes0" package

Learn how to uninstall libpqtypes0 on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove libpqtypes0 $ sudo apt autoclean && sudo apt autoremove

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

Package: libpqtypes0
Priority: optional
Section: universe/libs
Installed-Size: 200
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Source: libpqtypes
Version: 1.5.1-2
Depends: libc6 (>= 2.14)
Filename: pool/universe/libp/libpqtypes/libpqtypes0_1.5.1-2_amd64.deb
Size: 49896
MD5sum: 85258d43bb515039f277b42b2b854fdb
SHA1: 008eb28b11a27c30348a4eb2a95ddad7bd094cc2
SHA256: f862c7543877daa845e4460f01e79076fd5b67a85506c0a325457f6ab8d7bd68
Description-en: parameterized queries libpq extension - shared library
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 shared library.
Description-md5: 51042daf917aa6b5210158e6c4e155bf
Multi-Arch: same
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu