Install python-crontab
Installing python-crontab package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-crontab
python-crontab package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-crontab |
version | 1.9.3-2 |
description | Python module for reading and writing crontab files |
subsection | python |
website | launchpad.net / python-crontab |
maintainer | Jordan Metzmeier |
Uninstall python-crontab
To remove just python-crontab package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-crontab
Uninstall python-crontab and it’s dependent packages
To remove the python-crontab package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-crontab
Purging python-crontab
If you also want to delete configuration and/or data files of python-crontab from Debian Sid then this will work:
sudo apt-get purge python-crontab
To delete configuration and/or data files of python-crontab and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-crontab