How to Install and Uninstall python312-schedule Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python312-schedule" package

Please follow the guidelines below to install python312-schedule on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-schedule

2. Uninstall "python312-schedule" package

Please follow the steps below to uninstall python312-schedule on openSuSE Tumbleweed:

$ sudo zypper remove python312-schedule

3. Information about the python312-schedule package on openSuSE Tumbleweed

Information for package python312-schedule:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-schedule
Version : 1.1.0-3.11
Arch : noarch
Vendor : openSUSE
Installed Size : 104.7 KiB
Installed : No
Status : not installed
Source package : python-schedule-1.1.0-3.11.src
Upstream URL : https://github.com/dbader/schedule
Summary : Job scheduling module for Python
Description :
An in-process scheduler for periodic jobs that uses the builder
pattern for configuration. Schedule lets the user run Python functions
(or any other callable) periodically at pre-determined intervals.