How to Install and Uninstall libpqtypes0 Package on Kali Linux

Last updated: May 20,2024

1. Install "libpqtypes0" package

This is a short guide on how to install libpqtypes0 on Kali Linux

$ sudo apt update $ sudo apt install libpqtypes0

2. Uninstall "libpqtypes0" package

This is a short guide on how to uninstall libpqtypes0 on Kali Linux:

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

3. Information about the libpqtypes0 package on Kali Linux

Package: libpqtypes0
Source: libpqtypes
Version: 1.5.1-9
Installed-Size: 197
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14)
Size: 57368
SHA256: 269ca0d95aeb53a40234629381e495268876e1aa427ee8e09cc383c7384d4ae0
SHA1: 13187fb9d21b44bfc8672a908ace92068836412d
MD5sum: 59e8b57d1826b872167e5b8f62bdaa6f
Description: 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:
Multi-Arch: same
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/libp/libpqtypes/libpqtypes0_1.5.1-9_amd64.deb