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

Last updated: December 26,2024

1. Install "python36-rq" package

This guide let you learn how to install python36-rq on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-rq

2. Uninstall "python36-rq" package

Learn how to uninstall python36-rq on openSuSE Tumbleweed:

$ sudo zypper remove python36-rq

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

Information for package python36-rq:
------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-rq
Version : 1.8.1-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 602,2 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.