How to Install and Uninstall postgresql-all Package on Kali Linux

Last updated: May 18,2024

1. Install "postgresql-all" package

This guide let you learn how to install postgresql-all on Kali Linux

$ sudo apt update $ sudo apt install postgresql-all

2. Uninstall "postgresql-all" package

This tutorial shows how to uninstall postgresql-all on Kali Linux:

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

3. Information about the postgresql-all package on Kali Linux

Package: postgresql-all
Source: postgresql-common
Version: 257
Installed-Size: 17
Maintainer: Debian PostgreSQL Maintainers
Architecture: all
Depends: libecpg-dev, libpq-dev, postgresql-common (= 257), postgresql-server-dev-all, postgresql-contrib-16, postgresql-plperl-16, postgresql-plpython3-16, postgresql-pltcl-16
Size: 11652
SHA256: 419d1ecbf180a97a05f769491d7a591444231eb965636249bcc7fd8287f477b4
SHA1: 6e4e6e6c6e5007ebd5dc346dd14a661c03eac499
MD5sum: 2537f34ea29701d915423c7569e0e7d3
Description: metapackage depending on all PostgreSQL server packages
This metapackage depends on all PostgreSQL server packages, in all
supported versions (excluding documentation and debug symbols). It
exists to facilitate depending on the server packages in test
environments.
.
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:
Section: database
Priority: optional
Filename: pool/main/p/postgresql-common/postgresql-all_257_all.deb