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

Last updated: May 16,2024

1. Install "postgresql-client" package

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

$ sudo apt update $ sudo apt install postgresql-client

2. Uninstall "postgresql-client" package

This is a short guide on how to uninstall postgresql-client on Ubuntu 21.10 (Impish Indri):

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

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

Package: postgresql-client
Architecture: all
Version: 13+226
Multi-Arch: foreign
Priority: optional
Section: database
Source: postgresql-common (226)
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 69
Depends: postgresql-client-13
Filename: pool/main/p/postgresql-common/postgresql-client_13+226_all.deb
Size: 4636
MD5sum: 9ae9bf350e7e563e1fae7c08f414f8bc
SHA1: eed7e544503e096cef5b759ff63c3a8a4f552df7
SHA256: 48eedfed96fc1b42c9052cc9cd13e62460ffc433b37e2f5efe2189fac3e561fb
SHA512: a5a5610e4c633552513d0df194972b1cb6b18d08cc1937117606b5f5416e0168f1dc15ab4667510c1f0c8bc815186be461f3d52ea054c103ae6a89b60d5f5f0c
Description-en: front-end programs for PostgreSQL (supported version)
This metapackage always depends on the currently supported database
client package for PostgreSQL.
.
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. Some of the features are:
ACID transactions, foreign keys, views, sequences, subqueries,
triggers, user-defined types and functions, outer joins, multiversion
concurrency control. Graphical user interfaces and bindings for many
programming languages are available as well.
Description-md5: d46431edbfde0d6360f2c20aed4a288c
Task: postgresql-server