How to Install and Uninstall postgresql-client-common Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "postgresql-client-common" package

Please follow the instructions below to install postgresql-client-common on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install postgresql-client-common

2. Uninstall "postgresql-client-common" package

This guide let you learn how to uninstall postgresql-client-common on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove postgresql-client-common $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-client-common package on Ubuntu 21.10 (Impish Indri)

Package: postgresql-client-common
Architecture: all
Version: 226
Multi-Arch: foreign
Priority: optional
Section: misc
Source: postgresql-common
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 187
Depends: netbase
Recommends: libreadline8
Filename: pool/main/p/postgresql-common/postgresql-client-common_226_all.deb
Size: 29980
MD5sum: 6bdeed90ae4f754d5182dbb0b434976d
SHA1: e1b034b967f2ae7492a4c5b4d8912f6ddcd7e478
SHA256: 9731a3d81b591654b271825c0be03788db70a68caec190de00a19ed0862d6db8
SHA512: 23f14e2f4e949c3feff8e99085340b94b964e747854b7a913a2100e174c7444ae0e7622af04be5832d259b0b878351a3962cb38273a97b7cdaba39e696232096
Description-en: manager for multiple PostgreSQL client versions
The postgresql-client-common package provides a structure under which
multiple versions of PostgreSQL client programs may be installed at
the same time. It provides a wrapper which selects the right version
for the particular cluster you want to access (with a command line
option, an environment variable, /etc/postgresql-common/user_clusters,
or ~/.postgresqlrc).
.
PostgreSQL is a fully featured object-relational database management
system. It supports a large part of the SQL standard and is designed
to be extensible by users in many aspects. Its features include ACID
transactions, foreign keys, views, sequences, subqueries, triggers,
outer joins, multiversion concurrency control, and user-defined types
and functions.
Description-md5: d5f4a87e9a06590d824a9f706fa1a755
Task: postgresql-server