How to Install and Uninstall python3-crontab Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "python3-crontab" package

Please follow the step by step instructions below to install python3-crontab on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-crontab

2. Uninstall "python3-crontab" package

Please follow the guidelines below to uninstall python3-crontab on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-crontab package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-crontab
Priority: optional
Section: universe/python
Installed-Size: 64
Maintainer: Ubuntu Developers
Original-Maintainer: Jordan Metzmeier
Architecture: all
Source: python-crontab
Version: 1.9.3-2
Depends: python3-croniter, python3-dateutil, python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-crontab/python3-crontab_1.9.3-2_all.deb
Size: 15090
MD5sum: e741dd14f0d1f97daeae87fd078a3994
SHA1: 7d956411d1a8e18997668866a918e0ba9aea19c4
SHA256: d576c703b7bb64ab14138dd2b263257e635910098230ecad7bc48b0604c51817
Description-en: 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: dfc946083ccce9025861de23af5a87c1
Homepage: https://launchpad.net/python-crontab
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu