How to Install and Uninstall pgpool2 Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 19,2024

1. Install "pgpool2" package

Here is a brief guide to show you how to install pgpool2 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pgpool2

2. Uninstall "pgpool2" package

Please follow the guidelines below to uninstall pgpool2 on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the pgpool2 package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pgpool2
Priority: optional
Section: universe/misc
Installed-Size: 3504
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Version: 3.4.3-1
Replaces: pgpool
Depends: lsb-base (>= 3.0-3), postgresql-common (>= 26), ucf, init-system-helpers (>= 1.18~), libc6 (>= 2.15), libmemcached11, libpam0g (>= 0.99.7.1), libpgpool0 (= 3.4.3-1), libpq5, libssl1.0.0 (>= 1.0.0)
Conflicts: pgpool
Filename: pool/universe/p/pgpool2/pgpool2_3.4.3-1_amd64.deb
Size: 965356
MD5sum: ccc6159947f0b23b2af7674d53155e17
SHA1: 51f312ad570cf7563ea60b93dc903e95477200b4
SHA256: d3bacb9c30051763b2acdd65ecdad0e8c6a75da43010d624dcf8560ddde469d1
Description-en: 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: db1da7136cd7647f1ce4a0a590fc0046
Enhances: postgresql
Homepage: http://www.pgpool.net/mediawiki/index.php/Main_Page
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu