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

Last updated: April 28,2024

1. Install "python-apscheduler" package

In this section, we are going to explain the necessary steps to install python-apscheduler on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-apscheduler

2. Uninstall "python-apscheduler" package

Here is a brief guide to show you how to uninstall python-apscheduler on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-apscheduler
Priority: optional
Section: universe/python
Installed-Size: 138
Maintainer: Ubuntu Developers
Original-Maintainer: Laszlo Boszormenyi (GCS)
Architecture: all
Source: apscheduler
Version: 2.1.2-2
Depends: python (>= 2.7), python (<< 2.8), python-pkg-resources
Filename: pool/universe/a/apscheduler/python-apscheduler_2.1.2-2_all.deb
Size: 21008
MD5sum: baa36f7d97da523739f9547f377c507f
SHA1: 467c034d161d60fd09a6d109a86eb4705fce5ab6
SHA256: 9caef7970643db188caead57bf3457a461834cb8ef7c3daa8065f0c7e14e08db
Description-en: In-process task scheduler with Cron-like capabilities
The Advanced Python Scheduler (APScheduler) is a light but powerful in-process
task scheduler that lets you schedule jobs (functions or any Python callables)
to be executed at times of your choosing.
.
This can be a far better alternative to externally run cron scripts for
long-running applications (e.g. web applications), as it is platform neutral
and can directly access your application's variables and functions.
Description-md5: 6f96a6cfeec92460dd6978637ce39a4d
Homepage: http://pypi.python.org/pypi/APScheduler/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu