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

Last updated: May 18,2024

1. Install "python36-schedule" package

Please follow the steps below to install python36-schedule on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-schedule

2. Uninstall "python36-schedule" package

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

$ sudo zypper remove python36-schedule

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

Information for package python36-schedule:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-schedule
Version : 1.1.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 83,4 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.