How to Install and Uninstall pgstat Package on Kali Linux

Last updated: May 20,2024

1. Install "pgstat" package

Please follow the steps below to install pgstat on Kali Linux

$ sudo apt update $ sudo apt install pgstat

2. Uninstall "pgstat" package

Please follow the step by step instructions below to uninstall pgstat on Kali Linux:

$ sudo apt remove pgstat $ sudo apt autoclean && sudo apt autoremove

3. Information about the pgstat package on Kali Linux

Package: pgstat
Version: 1.2.0-1
Installed-Size: 105
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: libc6 (>= 2.14), libpq5 (>= 9.0~)
Size: 32428
SHA256: 07e19f6f48cb882c71b01128fb883a780daca4dee1ba3a52bc045178bcd2d4da
SHA1: dd6d0b1bd9e933c33a283dadc6f2be664f55b13b
MD5sum: 3ab1ab8750c341254705e7f2bf219478
Description: Collects PostgreSQL statistics the same way as a vmstat tool
pgstat is a client utility to gather statistical information from a PostgreSQL
instance in real time, and acts like vmstat or sar.
.
Supported statistics include archiver, bgwriter, connections, databases,
tables, tables I/O, indexes, functions, archives wals, temporary files,
and pgBouncer.
Description-md5:
Homepage: https://github.com/gleu/pgstats
Section: database
Priority: optional
Filename: pool/main/p/pgstat/pgstat_1.2.0-1_amd64.deb