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

Last updated: May 19,2024

1. Install "python36-APScheduler" package

This guide let you learn how to install python36-APScheduler on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-APScheduler

2. Uninstall "python36-APScheduler" package

Please follow the guidelines below to uninstall python36-APScheduler on openSuSE Tumbleweed:

$ sudo zypper remove python36-APScheduler

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

Information for package python36-APScheduler:
---------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-APScheduler
Version : 3.8.1-1.3
Arch : noarch
Vendor : openSUSE
Installed Size : 505,4 KiB
Installed : No
Status : not installed
Source package : python-APScheduler-3.8.1-1.3.src
Summary : In-process task scheduler with Cron-like capabilities
Description :
Advanced Python Scheduler (APScheduler) is an in-process task
scheduler that lets you schedule jobs (functions or any python callables) to be
executed at any time of your choosing.
This can be an alternative to externally run cron scripts for
long-running applications (e.g. web applications), as it is platform neutral
and can access the application's variables and functions.
APscheduler provides multiple job stores.
* Configurable scheduling mechanisms (triggers):
* Cron-like scheduling
* Delayed scheduling of single run jobs (like the UNIX "at" command)
* Interval-based (run a job at specified time intervals)
* Multiple, simultaneously active job stores:
* RAM
* File-based simple database (shelve)
* SQLAlchemy (any supported RDBMS works)
* MongoDB