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

Last updated: May 12,2024

1. Install "python2-schedule" package

Please follow the steps below to install python2-schedule on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-schedule

2. Uninstall "python2-schedule" package

Here is a brief guide to show you how to uninstall python2-schedule on openSUSE Leap:

$ sudo zypper remove python2-schedule

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

Information for package python2-schedule:
-----------------------------------------
Repository : Main Repository
Name : python2-schedule
Version : 0.6.0-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 47,4 KiB
Installed : No
Status : not installed
Source package : python-schedule-0.6.0-bp153.1.15.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.