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

Last updated: May 15,2024

1. Install "python3-crontab" package

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

$ sudo apt update $ sudo apt install python3-crontab

2. Uninstall "python3-crontab" package

Learn how to uninstall python3-crontab on Kali Linux:

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

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

Package: python3-crontab
Source: python-crontab
Version: 3.0.0-3
Installed-Size: 107
Maintainer: Debian Python Team
Architecture: all
Depends: python3-croniter, python3-dateutil, python3:any
Size: 34484
SHA256: c88d1aed75dd82bfeab46f0b73610c4a99c333ef7f8b324b06746eed9a6062ae
SHA1: 9fa0c0d53d82ca4ccef86b659229dc97c1e8958a
MD5sum: cf501150aa53a7da269f5ff593502074
Description: Python3 module for reading and writing crontab files
python-crontab is a Python module for reading and writing crontab files
and accessing the system crontabs automatically and simply using a direct
API. This package includes the module for python3.
.
Features include:
.
- Displaying and modifying system and user crontab files
- Adding comments to be displayed with jobs
- Validating jobs
- Searching for jobs
Description-md5:
Homepage: https://gitlab.com/doctormo/python-crontab
Section: python
Priority: optional
Filename: pool/main/p/python-crontab/python3-crontab_3.0.0-3_all.deb