How to Install and Uninstall postgresql-16-plproxy Package on Kali Linux

Last updated: May 19,2024

1. Install "postgresql-16-plproxy" package

This is a short guide on how to install postgresql-16-plproxy on Kali Linux

$ sudo apt update $ sudo apt install postgresql-16-plproxy

2. Uninstall "postgresql-16-plproxy" package

Here is a brief guide to show you how to uninstall postgresql-16-plproxy on Kali Linux:

$ sudo apt remove postgresql-16-plproxy $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-16-plproxy package on Kali Linux

Package: postgresql-16-plproxy
Source: postgresql-plproxy (2.11.0-11)
Version: 2.11.0-11+b1
Installed-Size: 317
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-16, libc6 (>= 2.14), libpq5
Size: 154832
SHA256: a057d9fa1081f6e3c4eed21888359eb9bf397b7e7db45eb12d18df745d3f1592
SHA1: 91b95f4f1555cdfb23bc53655c09c28c18ba795f
MD5sum: 74f693ab66f924b5935068554357fc4b
Description: database partitioning system for PostgreSQL 16
PL/Proxy is a database partitioning system implemented as a PL language. Main
idea is that proxy functions are created with same signature as the remote
functions to be called, so only destination info needs to be specified inside
proxy function bodies.
Description-md5:
Homepage: https://plproxy.github.io/
Section: database
Priority: optional
Filename: pool/main/p/postgresql-plproxy/postgresql-16-plproxy_2.11.0-11+b1_amd64.deb

5. The same packages on other Linux Distributions