How to Install and Uninstall pgbouncer Package on Kali Linux

Last updated: April 30,2024

1. Install "pgbouncer" package

Learn how to install pgbouncer on Kali Linux

$ sudo apt update $ sudo apt install pgbouncer

2. Uninstall "pgbouncer" package

Please follow the instructions below to uninstall pgbouncer on Kali Linux:

$ sudo apt remove pgbouncer $ sudo apt autoclean && sudo apt autoremove

3. Information about the pgbouncer package on Kali Linux

Package: pgbouncer
Version: 1.22.0-1
Installed-Size: 588
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-common (>= 26), libc-ares2 (>= 1.12), libc6 (>= 2.36), libevent-2.1-7 (>= 2.1.8-stable), libpam0g (>= 0.99.7.1), libssl3 (>= 3.0.0), libsystemd0
Pre-Depends: init-system-helpers (>= 1.54~)
Suggests: python3, python3-psycopg2
Enhances: postgresql (>= 7.4)
Size: 233288
SHA256: 4d5e00d99ee24573dfe58d7492d1b9048120cf4964e1741942af3b2f2c0c8146
SHA1: f583ceee6add4312129d8ebe656478d1e193523b
MD5sum: 739399534883d10d0fc4c73203566ba7
Description: lightweight connection pooler for PostgreSQL
PgBouncer is a lightweight connection pooler for PostgreSQL providing the
following features:
.
* Several different methods of pooling connections: session pooling,
transaction pooling, statement pooling.
* Low memory requirements.
* It is not tied to one backend server, the destination databases
can reside on different hosts.
* Supports online reconfiguration for most of the settings.
* Supports online restart/upgrade.
Description-md5:
Homepage: https://www.pgbouncer.org/
Tag: implemented-in::c, role::program, works-with::db
Section: database
Priority: optional
Filename: pool/main/p/pgbouncer/pgbouncer_1.22.0-1_amd64.deb