How to Install and Uninstall python3-schedule.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)
Last updated: March 01,2025
1. Install "python3-schedule.noarch" package
This is a short guide on how to install python3-schedule.noarch on Red Hat Enterprise Linux 8 (RHEL 8)
$
sudo dnf update
Copied
$
sudo dnf install
python3-schedule.noarch
Copied
2. Uninstall "python3-schedule.noarch" package
This is a short guide on how to uninstall python3-schedule.noarch on Red Hat Enterprise Linux 8 (RHEL 8):
$
sudo dnf remove
python3-schedule.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-schedule.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)
Last metadata expiration check: 0:07:42 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-schedule
Version : 0.6.0
Release : 2.el8
Architecture : noarch
Size : 22 k
Source : python-schedule-0.6.0-2.el8.src.rpm
Repository : epel
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.
Available Packages
Name : python3-schedule
Version : 0.6.0
Release : 2.el8
Architecture : noarch
Size : 22 k
Source : python-schedule-0.6.0-2.el8.src.rpm
Repository : epel
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.