How to Install and Uninstall python3-schedule.noarch Package on Fedora 34

Last updated: July 01,2024

1. Install "python3-schedule.noarch" package

Please follow the instructions below to install python3-schedule.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-schedule.noarch

2. Uninstall "python3-schedule.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-schedule.noarch on Fedora 34:

$ sudo dnf remove python3-schedule.noarch $ sudo dnf autoremove

3. Information about the python3-schedule.noarch package on Fedora 34

Last metadata expiration check: 5:53:40 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-schedule
Version : 0.6.0
Release : 3.fc34
Architecture : noarch
Size : 22 k
Source : python-schedule-0.6.0-3.fc34.src.rpm
Repository : fedora
Summary : Job scheduling for humans
URL : https://github.com/dbader/schedule
License : MIT
Description : An in-process scheduler for periodic jobs that uses the builder pattern for
: configuration. Schedule lets you run Python functions (or any other callable)
: periodically at pre-determined intervals using a simple, human-friendly syntax.