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

Last updated: May 15,2024

1. Install "python-django-celery" package

This guide let you learn how to install python-django-celery on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-celery

2. Uninstall "python-django-celery" package

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

$ sudo apt remove python-django-celery $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-celery
Priority: optional
Section: universe/python
Installed-Size: 269
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-celery
Version: 3.1.17-3
Depends: python-anyjson, python-celery (>= 3.1.1), python-django, python-pkg-resources, python-tz, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/d/django-celery/python-django-celery_3.1.17-3_all.deb
Size: 46936
MD5sum: 83da6c3f7fb217c23d6fc8b1352c8e47
SHA1: 059db38af601d12595147afea585c9433e3f3056
SHA256: 4701239ac6aea8201438efc423f536999d3c11e12c39415edeb317c5097e1de9
Description-en: Celery integration for Django
Celery is an open source asynchronous task queue/job queue based on
distributed message passing. It is focused on real-time operation,
but supports scheduling as well.
.
django-celery provides Celery integration for Django using the Django ORM and
cache backend for storing results, autodiscovery of task modules for
applications listed in INSTALLED_APPS, and integration of task monitoring
through the Django admin interface.
.
Using it in a Django project provides a way to distribute asynchronous tasks
like sending emails or batch-processing larger datasets to one or more
separate worker nodes.
Description-md5: a0585ebcebd13071f60a7ec7c3752666
Homepage: http://celeryproject.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu