How to Install and Uninstall cronie Package on Kali Linux

Last updated: May 07,2024

1. Install "cronie" package

Please follow the instructions below to install cronie on Kali Linux

$ sudo apt update $ sudo apt install cronie

2. Uninstall "cronie" package

Please follow the steps below to uninstall cronie on Kali Linux:

$ sudo apt remove cronie $ sudo apt autoclean && sudo apt autoremove

3. Information about the cronie package on Kali Linux

Package: cronie
Version: 1.7.1-1
Installed-Size: 280
Maintainer: Lance Lin
Architecture: amd64
Replaces: bcron, cron, systemd-cron
Provides: cron-daemon
Depends: libc6 (>= 2.34), libpam0g (>= 0.99.7.1), libselinux1 (>= 3.1~), sysvinit-utils (>= 3.07-1~), libpam-runtime, sensible-utils
Pre-Depends: init-system-helpers (>= 1.54~), cron-daemon-common
Recommends: default-mta | mail-transport-agent
Suggests: anacron, logrotate, checksecurity
Conflicts: bcron, cron, systemd-cron
Size: 99400
SHA256: 5417814e6357b0acc034d266eb072e190435e29f910a071bbb5db62c0b3371f7
SHA1: f17e6d981ff4f16fb6bebe9af2c9a3d4fbcdd0f5
MD5sum: ebc0c442d80bd3e8c7e8742a1c6a63d7
Description: Process Scheduling Daemon
cronie is a daemon that runs specified programs at scheduled times and
optionally mails generated output to the user. It is a fork of the original
ISC cron and contains many improvements, such as:
* inotify support (Linux only)
* clustering support
* full PAM support
.
cronie is fully compatible with ISC cron (Debian's standard job scheduler),
and can be used as a drop-in replacement for it.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/cronie-crond/cronie
Section: admin
Priority: optional
Filename: pool/main/c/cronie/cronie_1.7.1-1_amd64.deb