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

Last updated: May 12,2024

1. Install "postgresql-16-cron" package

Please follow the guidance below to install postgresql-16-cron on Kali Linux

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

2. Uninstall "postgresql-16-cron" package

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

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

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

Package: postgresql-16-cron
Source: pg-cron
Version: 1.6.2-1
Installed-Size: 245
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-16, postgresql-16-jit-llvm (>= 15), libc6 (>= 2.14), libpq5 (>= 9.0~)
Size: 103792
SHA256: 249f894dafd78dfd5418cfce116a95ed4ec38326b727defcd9136d98974887f9
SHA1: d89d533830101a72043e70ed73588b487ced14ed
MD5sum: baa0480a0f0b790dd377f8ea87120d4c
Description: Run periodic jobs in PostgreSQL
pg_cron is a simple cron-based job scheduler for PostgreSQL (9.5 or higher)
that runs inside the database as an extension. It uses the same syntax as
regular cron, but it allows you to schedule PostgreSQL commands directly from
the database. pg_cron can run multiple jobs in parallel, but it runs at most
one instance of a job at a time. If a second run is supposed to start before
the first one finishes, then the second run is queued and started as soon as
the first run completes.
Description-md5:
Homepage: https://github.com/citusdata/pg_cron
Section: database
Priority: optional
Filename: pool/main/p/pg-cron/postgresql-16-cron_1.6.2-1_amd64.deb

5. The same packages on other Linux Distributions