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

Last updated: May 19,2024

1. Install "python39-django-rq" package

In this section, we are going to explain the necessary steps to install python39-django-rq on openSuSE Tumbleweed

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

2. Uninstall "python39-django-rq" package

Please follow the step by step instructions below to uninstall python39-django-rq on openSuSE Tumbleweed:

$ sudo zypper remove python39-django-rq

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

Information for package python39-django-rq:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-django-rq
Version : 2.10.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 194.0 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.