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

Last updated: June 15,2024

1. Install "python2-celery" package

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

$ sudo zypper refresh $ sudo zypper install python2-celery

2. Uninstall "python2-celery" package

Please follow the guidelines below to uninstall python2-celery on openSUSE Leap:

$ sudo zypper remove python2-celery

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

Information for package python2-celery:
---------------------------------------
Repository : Main Repository
Name : python2-celery
Version : 4.2.1-bp153.1.22
Arch : noarch
Vendor : openSUSE
Installed Size : 2,7 MiB
Installed : No
Status : not installed
Source package : python-celery-4.2.1-bp153.1.22.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.