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

Last updated: July 01,2024

1. Install "python310-rq" package

This guide covers the steps necessary to install python310-rq on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-rq

2. Uninstall "python310-rq" package

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

$ sudo zypper remove python310-rq

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

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