How to Install and Uninstall libschedule-cron-perl Package on Kali Linux

Last updated: March 15,2025

1. Install "libschedule-cron-perl" package

This guide covers the steps necessary to install libschedule-cron-perl on Kali Linux

$ sudo apt update $ sudo apt install libschedule-cron-perl

2. Uninstall "libschedule-cron-perl" package

This is a short guide on how to uninstall libschedule-cron-perl on Kali Linux:

$ sudo apt remove libschedule-cron-perl $ sudo apt autoclean && sudo apt autoremove

3. Information about the libschedule-cron-perl package on Kali Linux

Package: libschedule-cron-perl
Version: 1.05-1
Installed-Size: 100
Maintainer: Debian Perl Group
Architecture: all
Depends: perl:any, libtime-parsedate-perl
Size: 37260
SHA256: 317adbb4f3a1c3ec9c0f8e585c5967d4e1c92853b2aa9dc0dac05d35fcc77b57
SHA1: 9f6eafc18de07e82ec078eae37696c93e9670efb
MD5sum: e25aa0212496dd7908d990719b070c83
Description: simple but complete cron like scheduler
This perl module can be used for periodically executing perl
subroutines. The dates and parameters for the subroutines to be
called are specified with a format known as crontab entry (see
manpage crontab(5) or documentation of Schedule::Cron).
.
The philosophy behind Schedule::Cron is to call subroutines
periodically from within one single Perl program instead of letting
cron trigger several (possibly different) Perl scripts. Everything
under one roof. Furthermore Schedule::Cron provides mechanism to
create crontab entries dynamically, which isn't that easy with cron.
Description-md5:
Homepage: https://metacpan.org/release/Schedule-Cron
Tag: devel::lang:perl, devel::library, implemented-in::perl
Section: perl
Priority: optional
Filename: pool/main/libs/libschedule-cron-perl/libschedule-cron-perl_1.05-1_all.deb