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

Last updated: May 17,2024

1. Install "postgresql-contrib" package

Please follow the step by step instructions below to install postgresql-contrib on Kali Linux

$ sudo apt update $ sudo apt install postgresql-contrib

2. Uninstall "postgresql-contrib" package

Please follow the instructions below to uninstall postgresql-contrib on Kali Linux:

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

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

Package: postgresql-contrib
Source: postgresql-common (257)
Version: 16+257
Installed-Size: 17
Maintainer: Debian PostgreSQL Maintainers
Architecture: all
Depends: postgresql-contrib-16
Size: 11572
SHA256: 5d748d17442908b896a4889b9053a3a98b77e6cd4fb51728a7430616232371c5
SHA1: 6493ab828184476012bfed022dfc6817ddb3d21f
MD5sum: cf688cc9b30ed65fceaf3d9231e30059
Description: additional facilities for PostgreSQL (supported version)
This metapackage always depends on the currently supported PostgreSQL
database contrib package.
.
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:
Tag: devel::lang:sql, role::metapackage, role::program, role::shared-lib,
scope::utility, suite::postgresql, works-with::db
Section: database
Priority: optional
Filename: pool/main/p/postgresql-common/postgresql-contrib_16+257_all.deb