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

Last updated: May 14,2024

1. Install "python3-django-celery" package

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

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

2. Uninstall "python3-django-celery" package

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

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

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

Package: python3-django-celery
Priority: optional
Section: universe/python
Installed-Size: 259
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-celery
Version: 3.1.17-3
Depends: python3-anyjson, python3-celery, python3-django, python3-pkg-resources, python3-tz, python3:any (>= 3.3.2-2~)
Filename: pool/universe/d/django-celery/python3-django-celery_3.1.17-3_all.deb
Size: 42918
MD5sum: 479723bfa5f547acc93ce5dc12a9a708
SHA1: 5df4d214f487e8cffddf0cc8636c551b7b192f73
SHA256: 29ea40fc0b6c3fb64da2a978d3a02234f65ae0cdb9724f16249efbaf456fe697
Description-en: Celery integration for Django (Python3 version)
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.
.
This package contains the Python 3 version of the library.
Description-md5: ae0e58d97031e08487052fc18e8074d8
Homepage: http://celeryproject.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu