How to Install and Uninstall postgresql-16-credcheck Package on Kali Linux

Last updated: May 20,2024

1. Install "postgresql-16-credcheck" package

Please follow the instructions below to install postgresql-16-credcheck on Kali Linux

$ sudo apt update $ sudo apt install postgresql-16-credcheck

2. Uninstall "postgresql-16-credcheck" package

This is a short guide on how to uninstall postgresql-16-credcheck on Kali Linux:

$ sudo apt remove postgresql-16-credcheck $ sudo apt autoclean && sudo apt autoremove

3. Information about the postgresql-16-credcheck package on Kali Linux

Package: postgresql-16-credcheck
Source: credcheck
Version: 2.6-1
Installed-Size: 158
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-16, postgresql-16-jit-llvm (>= 16), libc6 (>= 2.4)
Size: 69372
SHA256: 34be790226f8b9a03f5f073a2de71df5d7342bd95e875a168bdde9716c4a60eb
SHA1: e5c8cd9ce7bd1a4931f88e744a18c83d56a706f9
MD5sum: cbdb9a24fd421354a7258e62dca553a5
Description: PostgreSQL username/password checks
The credcheck PostgreSQL extension provides few general credential checks,
which will be evaluated during the user creation, during the password change
and user renaming. By using this extension, we can define a set of rules:
.
* allow a specific set of credentials
* reject a certain type of credentials
* deny password that can be easily cracked
* enforce use of an expiration date with a minimum of day for a password
* define a password reuse policy
* define the number of authentication failure allowed before a user is banned
Description-md5:
Homepage: https://github.com/MigOpsRepos/credcheck
Section: database
Priority: optional
Filename: pool/main/c/credcheck/postgresql-16-credcheck_2.6-1_amd64.deb

5. The same packages on other Linux Distributions