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

Last updated: July 02,2024

1. Install "python39-schedule" package

Here is a brief guide to show you how to install python39-schedule on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-schedule

2. Uninstall "python39-schedule" package

Please follow the guidance below to uninstall python39-schedule on openSuSE Tumbleweed:

$ sudo zypper remove python39-schedule

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

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