How to Install and Uninstall python3-apscheduler Package on Kali Linux

Last updated: May 21,2024

1. Install "python3-apscheduler" package

This guide covers the steps necessary to install python3-apscheduler on Kali Linux

$ sudo apt update $ sudo apt install python3-apscheduler

2. Uninstall "python3-apscheduler" package

This guide covers the steps necessary to uninstall python3-apscheduler on Kali Linux:

$ sudo apt remove python3-apscheduler $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-apscheduler package on Kali Linux

Package: python3-apscheduler
Source: apscheduler
Version: 3.9.1-2
Installed-Size: 246
Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Depends: python3-funcsigs | python3 (>> 3.5), python3-pkg-resources, python3-six (>= 1.4.0), python3-tz, python3-tzlocal, python3:any
Size: 41368
SHA256: 2b4dd166a81fdf669701f14d9f872b5de9937e7f632881b49ff86f8e44e6a1ed
SHA1: b5576d3a0fac8f07e7c3da0eeb5a38e77fb640f8
MD5sum: 2aaf65cd93d760cff2c78c626cfb695b
Description: In-process task scheduler with Cron-like capabilities
The Advanced Python Scheduler (APScheduler) is a light but powerful in-process
task scheduler that lets you schedule jobs (functions or any Python callables)
to be executed at times of your choosing.
.
This can be a far better alternative to externally run cron scripts for
long-running applications (e.g. web applications), as it is platform neutral
and can directly access your application's variables and functions.
.
This package contains the Python 3 module.
Description-md5:
Homepage: https://github.com/agronholm/apscheduler
Section: python
Priority: optional
Filename: pool/main/a/apscheduler/python3-apscheduler_3.9.1-2_all.deb