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

Last updated: October 04,2024

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

This is a short guide on how to install perl-Algorithm-Cron.noarch on Fedora 36

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

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

Please follow the guidance below to uninstall perl-Algorithm-Cron.noarch on Fedora 36:

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

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

Last metadata expiration check: 5:33:51 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : perl-Algorithm-Cron
Version : 0.10
Release : 21.fc36
Architecture : noarch
Size : 24 k
Source : perl-Algorithm-Cron-0.10-21.fc36.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.