How to Install and Uninstall postgresql-13-cron Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 06,2024

1. Install "postgresql-13-cron" package

This guide let you learn how to install postgresql-13-cron on Ubuntu 21.10 (Impish Indri)

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

2. Uninstall "postgresql-13-cron" package

This guide covers the steps necessary to uninstall postgresql-13-cron on Ubuntu 21.10 (Impish Indri):

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

3. Information about the postgresql-13-cron package on Ubuntu 21.10 (Impish Indri)

Package: postgresql-13-cron
Architecture: amd64
Version: 1.3.0-2
Priority: optional
Section: universe/database
Source: pg-cron
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian PostgreSQL Maintainers
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 217
Depends: postgresql-13, libc6 (>= 2.14), libpq5 (>= 9.0~)
Filename: pool/universe/p/pg-cron/postgresql-13-cron_1.3.0-2_amd64.deb
Size: 87836
MD5sum: 57278a493aa07228feb90423f7320b86
SHA1: 13c5cb04284949ad414d044efd629fa6b0b034d0
SHA256: 25fd45abd491a4dd0a952889a5b87a2471912f7f344a58edc6f8f4a4b32dba89
SHA512: f90bae9cb8a6a98dc577e3988ca1594624f76ff28b03739cde9c253632a5e8edaabe35633dbbdfb284af1d38a4138288f796ea3612bff51c63fd3a7a2fd908fc
Homepage: https://github.com/citusdata/pg_cron
Description-en: 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

5. The same packages on other Linux Distributions