How to Install and Uninstall perl-Algorithm-Cron.noarch Package on Fedora 34

Last updated: October 04,2024

1. Install "perl-Algorithm-Cron.noarch" package

Please follow the step by step instructions below to install perl-Algorithm-Cron.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install perl-Algorithm-Cron.noarch

2. Uninstall "perl-Algorithm-Cron.noarch" package

Please follow the instructions below to uninstall perl-Algorithm-Cron.noarch on Fedora 34:

$ sudo dnf remove perl-Algorithm-Cron.noarch $ sudo dnf autoremove

3. Information about the perl-Algorithm-Cron.noarch package on Fedora 34

Last metadata expiration check: 2:18:33 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : perl-Algorithm-Cron
Version : 0.10
Release : 18.fc34
Architecture : noarch
Size : 25 k
Source : perl-Algorithm-Cron-0.10-18.fc34.src.rpm
Repository : fedora
Summary : Abstract implementation of the cron(8) scheduling algorithm
URL : https://metacpan.org/release/Algorithm-Cron
License : GPL+ or Artistic
Description : Objects in this class implement a time scheduling algorithm such as used by
: cron(8). Objects are stateless once constructed, and represent a single
: schedule as defined by a crontab(5) entry. The object implements a method
: next_time which returns an epoch timestamp value to indicate the next time
: included in the crontab schedule.