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

Last updated: May 12,2024

1. Install "python38-rq" package

Here is a brief guide to show you how to install python38-rq on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-rq

2. Uninstall "python38-rq" package

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

$ sudo zypper remove python38-rq

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

Information for package python38-rq:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-rq
Version : 1.8.1-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 603,9 KiB
Installed : No
Status : not installed
Source package : python-rq-1.8.1-1.4.src
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.