How to Install and Uninstall python36-celery Package on openSuSE Tumbleweed

Last updated: June 29,2024

1. Install "python36-celery" package

Please follow the step by step instructions below to install python36-celery on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-celery

2. Uninstall "python36-celery" package

Here is a brief guide to show you how to uninstall python36-celery on openSuSE Tumbleweed:

$ sudo zypper remove python36-celery

3. Information about the python36-celery package on openSuSE Tumbleweed

Information for package python36-celery:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-celery
Version : 5.0.5-4.2
Arch : noarch
Vendor : openSUSE
Installed Size : 3,4 MiB
Installed : No
Status : not installed
Source package : python-celery-5.0.5-4.2.src
Summary : Distributed Task Queue module for Python
Description :
Celery is an asynchronous task queue/job queue based on distributed
message passing. It is focused on real-time operation, but supports
scheduling as well.