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

Last updated: June 29,2024

1. Install "python310-celery" package

Please follow the guidelines below to install python310-celery on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-celery

2. Uninstall "python310-celery" package

Please follow the instructions below to uninstall python310-celery on openSuSE Tumbleweed:

$ sudo zypper remove python310-celery

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

Information for package python310-celery:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-celery
Version : 5.3.6-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2.6 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.