How to Install and Uninstall python3-schedule Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-schedule" package

Here is a brief guide to show you how to install python3-schedule on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-schedule

2. Uninstall "python3-schedule" package

This guide let you learn how to uninstall python3-schedule on openSUSE Leap:

$ sudo zypper remove python3-schedule

3. Information about the python3-schedule package on openSUSE Leap

Information for package python3-schedule:
-----------------------------------------
Repository : Main Repository
Name : python3-schedule
Version : 0.6.0-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 61.5 KiB
Installed : No
Status : not installed
Source package : python-schedule-0.6.0-bp155.2.10.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.