How to Install and Uninstall perl-Schedule-Cron-Events.noarch Package on Red Hat Enterprise Linux 9 (RHEL 9)

Last updated: October 06,2024

1. Install "perl-Schedule-Cron-Events.noarch" package

Please follow the instructions below to install perl-Schedule-Cron-Events.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ sudo dnf update $ sudo dnf install perl-Schedule-Cron-Events.noarch

2. Uninstall "perl-Schedule-Cron-Events.noarch" package

Please follow the step by step instructions below to uninstall perl-Schedule-Cron-Events.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

$ sudo dnf remove perl-Schedule-Cron-Events.noarch $ sudo dnf autoremove

3. Information about the perl-Schedule-Cron-Events.noarch package on Red Hat Enterprise Linux 9 (RHEL 9)

Last metadata expiration check: 2:16:00 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : perl-Schedule-Cron-Events
Version : 1.96
Release : 6.el9
Architecture : noarch
Size : 19 k
Source : perl-Schedule-Cron-Events-1.96-6.el9.src.rpm
Repository : epel
Summary : Take a line from a crontab and find out when events will occur
URL : https://metacpan.org/release/Schedule-Cron-Events
License : GPL+ or Artistic
Description : 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.