How to Install and Uninstall postgresql-14-pg-qualstats Package on Kali Linux

Last updated: May 22,2024

1. Install "postgresql-14-pg-qualstats" package

This tutorial shows how to install postgresql-14-pg-qualstats on Kali Linux

$ sudo apt update $ sudo apt install postgresql-14-pg-qualstats

2. Uninstall "postgresql-14-pg-qualstats" package

This tutorial shows how to uninstall postgresql-14-pg-qualstats on Kali Linux:

$ sudo apt remove postgresql-14-pg-qualstats $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-14-pg-qualstats package on Kali Linux

Package: postgresql-14-pg-qualstats
Source: pg-qualstats
Version: 2.0.4-1
Installed-Size: 146
Maintainer: Julien Rouhaud
Architecture: amd64
Depends: postgresql-14, postgresql-14-jit-llvm (>= 13), libc6 (>= 2.14)
Size: 61892
SHA256: 9662e5c46c4729a50ed8618ebf2ea731183e8fe8ca5947038f9bc8dafaab64b0
SHA1: 566099e289a5483d8d568840d2e12c04447372e0
MD5sum: 0a78c9b27c85f075fe7c38c0fb837c21
Description: PostgreSQL extension to gather statistics about predicates.
This extensions tracks WHERE clauses predicates and JOIN predicates.
Statistics will report whether the predicate was evaluated as an index scan or
not, how many time the expression appeared, how many times the operator was
executed and how filtering the expression is. If pg_stat_statements is
enabled, it can also track to which statements the predicate belongs.
Description-md5: 5110285de5b20492efb46822cc4dfaa5
Homepage: https://powa.readthedocs.io/
Section: database
Priority: optional
Filename: pool/main/p/pg-qualstats/postgresql-14-pg-qualstats_2.0.4-1_amd64.deb