How to Install and Uninstall python3-celery Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python3-celery" package

Please follow the steps below to install python3-celery on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-celery

2. Uninstall "python3-celery" package

This is a short guide on how to uninstall python3-celery on openSUSE Leap:

$ sudo zypper remove python3-celery

3. Information about the python3-celery package on openSUSE Leap

Information for package python3-celery:
---------------------------------------
Repository : Main Repository
Name : python3-celery
Version : 4.4.7-bp155.2.14
Arch : noarch
Vendor : openSUSE
Installed Size : 3.7 MiB
Installed : No
Status : not installed
Source package : python-celery-4.4.7-bp155.2.14.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.