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

Last updated: May 16,2024

1. Install "postgresql-14-cron" package

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

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

2. Uninstall "postgresql-14-cron" package

This guide let you learn how to uninstall postgresql-14-cron on Kali Linux:

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

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

Package: postgresql-14-cron
Source: pg-cron
Version: 1.4.1-2
Installed-Size: 240
Maintainer: Debian PostgreSQL Maintainers
Architecture: amd64
Depends: postgresql-14, libc6 (>= 2.14), libpq5 (>= 9.0~)
Size: 100140
SHA256: e695072a43efe57df68f768054634f16a3503f18eecfc85a32401d3ee78c5ba7
SHA1: c74d1e671855566c764038b870281d61082d5f77
MD5sum: 74ae33632be09bdf83f9cc603a7ef346
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: b733e29764720cd3b047e4ca93764fb2
Homepage: https://github.com/citusdata/pg_cron
Section: database
Priority: optional
Filename: pool/main/p/pg-cron/postgresql-14-cron_1.4.1-2_amd64.deb