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

Last updated: May 17,2024

1. Install "libschedule-cron-events-perl" package

Here is a brief guide to show you how to install libschedule-cron-events-perl on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "libschedule-cron-events-perl" package

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

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

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

Package: libschedule-cron-events-perl
Priority: optional
Section: universe/perl
Installed-Size: 43
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Perl Group
Architecture: all
Version: 1.94-1
Depends: perl, libset-crontab-perl
Filename: pool/universe/libs/libschedule-cron-events-perl/libschedule-cron-events-perl_1.94-1_all.deb
Size: 13344
MD5sum: dfd7253f617d1ecef10e49e1c84bee4f
SHA1: 9ea5c765a26acbacb62662be8a8df02cdc276bcd
SHA256: b526c634d7d87bd31f85369a0461f21382a5d9d8647fbff3f9a61a4d16f9ca00
Description-en: module to find out the times at which a cron entry would run
Given a line from a crontab, tells you the time at which cron will next run
the line, or when the last event occurred, relative to any date you choose.
The object keeps that reference date internally, and updates it when you call
nextEvent() or previousEvent() - such that successive calls will give you a
sequence of events going forward, or backwards, in time.
.
Use setCounterToNow() to reset this reference time to the current date on
your system, or use setCounterToDate() to set the reference to any arbitrary
time, or resetCounter() to take the object back to the date you constructed
it with.
.
Schedule::Cron::Events uses Set::Crontab to understand the date
specification, so it should be able to handle all forms of cron entries.
Description-md5: 796121bdcc377de46ff2027e4620afa5
Homepage: https://metacpan.org/release/Schedule-Cron-Events
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu