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

Last updated: May 20,2024

1. Install "python38-schedule" package

Please follow the guidance below to install python38-schedule on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-schedule

2. Uninstall "python38-schedule" package

This tutorial shows how to uninstall python38-schedule on openSuSE Tumbleweed:

$ sudo zypper remove python38-schedule

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

Information for package python38-schedule:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-schedule
Version : 1.1.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 83,5 KiB
Installed : No
Status : not installed
Source package : python-schedule-1.1.0-2.1.src
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.