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

Last updated: May 17,2024

1. Install "python3-schedule" package

This guide let you learn how to install python3-schedule on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-schedule

2. Uninstall "python3-schedule" package

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

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

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

Package: python3-schedule
Priority: optional
Section: universe/python
Installed-Size: 37
Maintainer: Ubuntu Developers
Original-Maintainer: Donncha O'Cearbhaill
Architecture: all
Source: schedule
Version: 0.3.2-1
Depends: python3:any (>= 3.4~)
Filename: pool/universe/s/schedule/python3-schedule_0.3.2-1_all.deb
Size: 7828
MD5sum: 8345afa134a912e978848c8d00aef18b
SHA1: abd10476f5ee0bc49e7ee02db7f15aae95274ba0
SHA256: aa2306387c009e578b2165dfc63f10b9842035d9723e2d062c93e26131ec99f7
Description-en: 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: 0d5d92eb0e5719da33a4eeedb5b4ced2
Homepage: https://github.com/dbader/schedule
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu