How to Install and Uninstall libpqtypes-dev Package on Kali Linux

Last updated: May 20,2024

1. Install "libpqtypes-dev" package

Please follow the guidelines below to install libpqtypes-dev on Kali Linux

$ sudo apt update $ sudo apt install libpqtypes-dev

2. Uninstall "libpqtypes-dev" package

Please follow the guidelines below to uninstall libpqtypes-dev on Kali Linux:

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

3. Information about the libpqtypes-dev package on Kali Linux

Package: libpqtypes-dev
Source: libpqtypes
Version: 1.5.1-9
Installed-Size: 94
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: libpq-dev, libpqtypes0 (= 1.5.1-9)
Size: 55628
SHA256: 0595c945e43465bba556daf2c21e9e300b2308179d7dfd53e9ceb0f9b5c04fb4
SHA1: abc7c9ca3fefe52529c3ec0cd8cf7959bc68c247
MD5sum: 1da2ee72dc34e64d962adde5ffc3b736
Description: 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:
Multi-Arch: same
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/libp/libpqtypes/libpqtypes-dev_1.5.1-9_amd64.deb