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

Last updated: July 05,2024

1. Install "python311-rq" package

Please follow the guidance below to install python311-rq on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-rq

2. Uninstall "python311-rq" package

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

$ sudo zypper remove python311-rq

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

Information for package python311-rq:
-------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-rq
Version : 1.15.1-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 940.6 KiB
Installed : No
Status : not installed
Source package : python-rq-1.15.1-1.2.src
Upstream URL : https://github.com/rq/rq
Summary : Easy Job Queues for Python
Description :
RQ (Redis Queue) is a simple Python library for queueing jobs and processing
them in the background with workers. It is backed by Redis. It can be
integrated into web stacks.