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

Last updated: July 08,2024

1. Install "python311-django-rq" package

Learn how to install python311-django-rq on openSuSE Tumbleweed

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

2. Uninstall "python311-django-rq" package

In this section, we are going to explain the necessary steps to uninstall python311-django-rq on openSuSE Tumbleweed:

$ sudo zypper remove python311-django-rq

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

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