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

Last updated: May 15,2024

1. Install "python-django-celery-doc" package

Please follow the guidance below to install python-django-celery-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-celery-doc" package

Learn how to uninstall python-django-celery-doc on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-celery-doc
Priority: optional
Section: universe/doc
Installed-Size: 516
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-celery
Version: 3.1.17-3
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/d/django-celery/python-django-celery-doc_3.1.17-3_all.deb
Size: 48828
MD5sum: 6f7807d2059e48115fe58870df5bcc23
SHA1: 9ca5c1f3e946395012ee486476c012c61e6defb4
SHA256: 2f9563dc975a5003d576e9cd513e97d03738e53aa4c29500c0184b3d2506af28
Description-en: Celery integration for Django (Documentation)
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 documentation.
Description-md5: 3a9e9351fd01b9f6825459a101f71158
Homepage: http://celeryproject.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu