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

Last updated: October 05,2024

1. Install "python39-rq" package

This is a short guide on how to install python39-rq on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-rq

2. Uninstall "python39-rq" package

This tutorial shows how to uninstall python39-rq on openSuSE Tumbleweed:

$ sudo zypper remove python39-rq

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

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