How to Install and Uninstall python310-django-rq Package on openSuSE Tumbleweed

Last updated: June 30,2024

1. Install "python310-django-rq" package

Please follow the steps below to install python310-django-rq on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-django-rq

2. Uninstall "python310-django-rq" package

Please follow the guidelines below to uninstall python310-django-rq on openSuSE Tumbleweed:

$ sudo zypper remove python310-django-rq

3. Information about the python310-django-rq package on openSuSE Tumbleweed

Information for package python310-django-rq:
--------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-django-rq
Version : 2.10.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 193.7 KiB
Installed : No
Status : not installed
Source package : python-django-rq-2.10.1-1.2.src
Upstream URL : https://github.com/rq/django-rq
Summary : Simple app that provides django integration for RQ (Redis Queue)
Description :
Django integration with RQ, a Redis based Python queuing library.
Django-RQ is a simple app that allows you to configure your queues
in django's settings.py and easily use them in your project.