How to Install and Uninstall celeryd Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: October 05,2024

1. Install "celeryd" package

This guide let you learn how to install celeryd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install celeryd

2. Uninstall "celeryd" package

Learn how to uninstall celeryd on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove celeryd $ sudo apt autoclean && sudo apt autoremove

3. Information about the celeryd package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: celeryd
Priority: optional
Section: universe/python
Installed-Size: 84
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: celery
Version: 3.1.20-1
Depends: adduser, python-celery (= 3.1.20-1)
Suggests: rabbitmq-server
Breaks: python-celery (<< 3.0.24-1)
Filename: pool/universe/c/celery/celeryd_3.1.20-1_all.deb
Size: 13586
MD5sum: 1328d6c4c4e213ba46df2e71841f1d44
SHA1: 68bed537f7ea4bb6b1fd0b69efe566da32bb62f0
SHA256: 0051656dbf5e59725d8ee430ee9387804bc706ec617ac1053d2dfa856cf50cf4
Description-en: async task/job queue based on message passing (daemons)
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 init scripts to start the celery daemons.
Description-md5: 9f0837001b4c720cc93b4ea60ef48391
Homepage: http://www.celeryproject.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu