How to Install and Uninstall python-schedule Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: November 26,2024

1. Install "python-schedule" package

Here is a brief guide to show you how to install python-schedule on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-schedule

2. Uninstall "python-schedule" package

Please follow the guidance below to uninstall python-schedule on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python-schedule package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-schedule
Priority: optional
Section: universe/python
Installed-Size: 40
Maintainer: Ubuntu Developers
Original-Maintainer: Donncha O'Cearbhaill
Architecture: all
Source: schedule
Version: 0.3.2-1
Provides: python2.7-schedule
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/s/schedule/python-schedule_0.3.2-1_all.deb
Size: 7944
MD5sum: 06ed35095a3ec50cb76379d358440602
SHA1: fe2931bcc30ce0ada9b21fb6bd32d30f7aac4c71
SHA256: 5e6f2c54c79568b87f123344e82cf034328e9ef448eeb324aa9fb22894269e2c
Description-en: Job scheduling for humans (Python 2)
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.
Description-md5: 307a63201aa93851e3fa4f5178eca747
Homepage: https://github.com/dbader/schedule
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu