How to Install and Uninstall celery Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 20,2024

1. Install "celery" package

Please follow the guidance below to install celery on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install celery

2. Uninstall "celery" package

Please follow the steps below to uninstall celery on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove celery $ sudo apt autoclean && sudo apt autoremove

3. Information about the celery package on Ubuntu 21.10 (Impish Indri)

Package: celery
Architecture: all
Version: 5.0.0-3
Priority: optional
Section: universe/net
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 88
Depends: python3-celery (= 5.0.0-3)
Breaks: python-celery-common (<< 4.4.2-3)
Replaces: python-celery-common (<< 4.4.2-3)
Filename: pool/universe/c/celery/celery_5.0.0-3_all.deb
Size: 19508
MD5sum: 008e7abb2cd7e22bd2e2c8a31bba3665
SHA1: ae1f3413d533f84be63deccbfe53cf5b74c81bfb
SHA256: 0f898a75061d65f717109936a5b1af559f60f433b68fd284838ead901cff1b1d
SHA512: 65f26af6c1a4d86eca4bc831c256cd5d8210fbbcef395e563a10b0b732f045aae9bc0cc2104ac80abdd83948df10dfb5a04c2dd04b3ba1f7bc2bc7f6ce214490
Homepage: http://www.celeryproject.org/
Description-en: async task/job queue based on message passing (common files)
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.
.
The execution units, called tasks, are executed concurrently on one
or more worker nodes. Tasks can execute asynchronously (in the
background) or synchronously (wait until ready).
.
Celery is written in Python, but the protocol can be implemented
in any language. It can also operate with other languages using
webhooks.
.
The recommended message broker is RabbitMQ, but limited support for Redis,
Beanstalk, MongoDB, CouchDB, and databases (using SQLAlchemy or the Django
ORM) is also available. Celery is easy to integrate with Django, using the
python-django-celery package.
.
This package contains the common files of the library.
Description-md5: 44cd3c8b1cd209fca968d7d2d734bf7a