How to Install and Uninstall libschedule-cron-perl Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 17,2024

1. Install "libschedule-cron-perl" package

This guide covers the steps necessary to install libschedule-cron-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libschedule-cron-perl" package

This tutorial shows how to uninstall libschedule-cron-perl on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the libschedule-cron-perl package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: libschedule-cron-perl
Priority: optional
Section: universe/perl
Installed-Size: 107
Maintainer: Ubuntu Developers
Original-Maintainer: Miguelangel Jose Freitas Loreto
Architecture: all
Version: 1.01-0.1
Depends: perl, libtime-modules-perl (>= 2011.0505)
Filename: pool/universe/libs/libschedule-cron-perl/libschedule-cron-perl_1.01-0.1_all.deb
Size: 29402
MD5sum: b7fca76387e9428ba525c54ab2c0a838
SHA1: 1ee5796a1f277f9ffa3e3890cb4cb5090f7d0a47
SHA256: 1e92c5de7d7f6caf216b20e373549fdaebf96ece4a3afd8f2409d03cb03fb4eb
Description-en: 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: 26d6361fe8e67bb18b2b371c616cdd1e
Homepage: http://search.cpan.org/dist/Schedule-Cron/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu