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

Last updated: July 06,2024

1. Install "python310-schedule" package

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

$ sudo zypper refresh $ sudo zypper install python310-schedule

2. Uninstall "python310-schedule" package

Here is a brief guide to show you how to uninstall python310-schedule on openSuSE Tumbleweed:

$ sudo zypper remove python310-schedule

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

Information for package python310-schedule:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-schedule
Version : 1.1.0-3.11
Arch : noarch
Vendor : openSUSE
Installed Size : 82.4 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.