How to Install and Uninstall python3-rq Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-rq" package

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

$ sudo apt update $ sudo apt install python3-rq

2. Uninstall "python3-rq" package

This guide let you learn how to uninstall python3-rq on Kali Linux:

$ sudo apt remove python3-rq $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-rq package on Kali Linux

Package: python3-rq
Source: python-rq
Version: 1.15.1-1
Installed-Size: 380
Maintainer: Debian Python Team
Architecture: all
Depends: python3-click, python3-redis, python3:any
Size: 79908
SHA256: 776854d6e1c1833dc1f7eb863144e55f88da1182d93c2361e1d57496f15fcee7
SHA1: cc1e37ace62ecee31d6707877ab5cc554dcb6b96
MD5sum: 0d0b2d67cc058b9fa0b3f715e002e193
Description: Simple job queues for Python 3
RQ (Redis Queue) is a simple Python library for queueing jobs and
processing them in the background with workers. It is backed by
Redis and it is designed to have a low barrier to entry.
It can be integrated in your web stack easily.
Description-md5:
Homepage: https://python-rq.org/
Section: python
Priority: optional
Filename: pool/main/p/python-rq/python3-rq_1.15.1-1_all.deb