How to Install and Uninstall python3-django-rq.noarch Package on Fedora 36

Last updated: September 28,2024

1. Install "python3-django-rq.noarch" package

In this section, we are going to explain the necessary steps to install python3-django-rq.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-django-rq.noarch

2. Uninstall "python3-django-rq.noarch" package

This is a short guide on how to uninstall python3-django-rq.noarch on Fedora 36:

$ sudo dnf remove python3-django-rq.noarch $ sudo dnf autoremove

3. Information about the python3-django-rq.noarch package on Fedora 36

Last metadata expiration check: 0:57:37 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-django-rq
Version : 2.4.1
Release : 4.fc36
Architecture : noarch
Size : 79 k
Source : python-django-rq-2.4.1-4.fc36.src.rpm
Repository : fedora
Summary : App that provides django integration for RQ (Redis Queue)
URL : https://github.com/rq/django-rq
License : MIT
Description : Django integration with RQ, a Redis based Python queuing library.
: Django-RQ is a simple app that allows you to configure your queues
: in django's settings.py and easily use them in your project.
:
: Python 3 version.