How to Install and Uninstall python3-rq Package on openSUSE Leap

Last updated: May 15,2024

1. Install "python3-rq" package

In this section, we are going to explain the necessary steps to install python3-rq on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-rq

2. Uninstall "python3-rq" package

Here is a brief guide to show you how to uninstall python3-rq on openSUSE Leap:

$ sudo zypper remove python3-rq

3. Information about the python3-rq package on openSUSE Leap

Information for package python3-rq:
-----------------------------------
Repository : Main Repository
Name : python3-rq
Version : 1.4.3-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 552.6 KiB
Installed : No
Status : not installed
Source package : python-rq-1.4.3-bp155.2.13.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.