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

Last updated: July 03,2024

1. Install "python312-celery" package

This guide covers the steps necessary to install python312-celery on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-celery

2. Uninstall "python312-celery" package

This is a short guide on how to uninstall python312-celery on openSuSE Tumbleweed:

$ sudo zypper remove python312-celery

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

Information for package python312-celery:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-celery
Version : 5.3.6-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.2 MiB
Installed : No
Status : not installed
Source package : python-celery-5.3.6-1.1.src
Upstream URL : http://celeryproject.org
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.