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

Last updated: July 06,2024

1. Install "python311-schedule" package

This guide covers the steps necessary to install python311-schedule on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-schedule

2. Uninstall "python311-schedule" package

This is a short guide on how to uninstall python311-schedule on openSuSE Tumbleweed:

$ sudo zypper remove python311-schedule

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

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