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

Last updated: May 17,2024

1. Install "python3-schedule" package

Learn how to install python3-schedule on Kali Linux

$ sudo apt update $ sudo apt install python3-schedule

2. Uninstall "python3-schedule" package

Please follow the guidance below to uninstall python3-schedule on Kali Linux:

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

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

Package: python3-schedule
Source: schedule
Version: 1.1.0-0.2
Installed-Size: 56
Maintainer: Donncha O'Cearbhaill
Architecture: all
Depends: python3:any
Size: 12892
SHA256: b697e2982af89decc037b8b6859c47bea99d3cc87831fbf69bf9e9bcdfdab118
SHA1: f4fca85e3061e83cc83c5d9cb84a12e7373babe6
MD5sum: 55fad0b066b72f70d3ef0697c0290dd1
Description: Job scheduling for humans (Python 3)
An in-process scheduler for periodic jobs that uses the builder pattern
for configuration. Schedule lets you run Python functions (or any other
callable) periodically at pre-determined intervals using a simple,
human-friendly syntax.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/dbader/schedule
Section: python
Priority: optional
Filename: pool/main/s/schedule/python3-schedule_1.1.0-0.2_all.deb