How to Install and Uninstall pgpool2 Package on Kali Linux

Last updated: October 05,2024

1. Install "pgpool2" package

In this section, we are going to explain the necessary steps to install pgpool2 on Kali Linux

$ sudo apt update $ sudo apt install pgpool2

2. Uninstall "pgpool2" package

In this section, we are going to explain the necessary steps to uninstall pgpool2 on Kali Linux:

$ sudo apt remove pgpool2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the pgpool2 package on Kali Linux

Package: pgpool2
Version: 4.3.7-1
Installed-Size: 6296
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Replaces: pgpool
Depends: libpgpool2 (= 4.3.7-1), lsb-base, postgresql-common, ucf, libc6 (>= 2.34), libcrypt1 (>= 1:4.1.0), libldap-2.5-0 (>= 2.5.4), libmemcached11 (>= 1.1.4), libpam0g (>= 0.99.7.1), libpq5 (>= 9.1~), libssl3 (>= 3.0.0)
Pre-Depends: init-system-helpers (>= 1.54~)
Enhances: postgresql
Conflicts: pgpool
Size: 1243400
SHA256: 665db185d88df9424cff58650d267bce13b0821c2a12e76166188164f03ee69a
SHA1: a51c6c6ff44d6ac8f4dd24ed5b4804bfcb6c71ea
MD5sum: eeb8d03f50a403a069181945f31462a4
Description: connection pool server and replication proxy for PostgreSQL
pgpool-II is a middleware that works between PostgreSQL servers and a
PostgreSQL database client. It provides the following features:
.
* Connection Pooling
* Replication
* Load Balance
* Limiting Exceeding Connections
* Parallel Query
.
pgpool-II talks PostgreSQL's backend and frontend protocol, and relays a
connection between them. Therefore, a database application (frontend) thinks
that pgpool-II is the actual PostgreSQL server, and the server (backend) sees
pgpool-II as one of its clients. Because pgpool-II is transparent to both the
server and the client, an existing database application can be used with
pgpool-II almost without a change to its sources.
.
This is version 3 of pgpool-II, the second generation of pgpool.
Description-md5:
Homepage: https://www.pgpool.net/mediawiki/index.php/Main_Page
Tag: implemented-in::c, interface::daemon, network::load-balancing,
network::server, protocol::db:psql, role::program, scope::application,
suite::postgresql, use::proxying, works-with::db
Section: database
Priority: optional
Filename: pool/main/p/pgpool2/pgpool2_4.3.7-1_amd64.deb