How to Install and Uninstall python311-APScheduler Package on openSuSE Tumbleweed
Last updated: November 24,2024
1. Install "python311-APScheduler" package
This is a short guide on how to install python311-APScheduler on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
python311-APScheduler
Copied
2. Uninstall "python311-APScheduler" package
Please follow the steps below to uninstall python311-APScheduler on openSuSE Tumbleweed:
$
sudo zypper remove
python311-APScheduler
Copied
3. Information about the python311-APScheduler package on openSuSE Tumbleweed
Information for package python311-APScheduler:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-APScheduler
Version : 3.10.4-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 470.6 KiB
Installed : No
Status : not installed
Source package : python-APScheduler-3.10.4-1.2.src
Upstream URL : https://github.com/agronholm/apscheduler
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
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-APScheduler
Version : 3.10.4-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 470.6 KiB
Installed : No
Status : not installed
Source package : python-APScheduler-3.10.4-1.2.src
Upstream URL : https://github.com/agronholm/apscheduler
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