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

Last updated: October 09,2024

1. Install "python3-django-debug-toolbar.noarch" package

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

$ sudo dnf update $ sudo dnf install python3-django-debug-toolbar.noarch

2. Uninstall "python3-django-debug-toolbar.noarch" package

Here is a brief guide to show you how to uninstall python3-django-debug-toolbar.noarch on Fedora 36:

$ sudo dnf remove python3-django-debug-toolbar.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 2:51:14 ago on Thu Sep 8 02:05:26 2022.
Available Packages
Name : python3-django-debug-toolbar
Version : 3.2.1
Release : 4.fc36
Architecture : noarch
Size : 160 k
Source : python-django-debug-toolbar-3.2.1-4.fc36.src.rpm
Repository : fedora
Summary : Configurable set of panels that display various debug information
URL : https://github.com/jazzband/django-debug-toolbar
License : BSD
Description : The Django Debug Toolbar is a configurable set of panels that display various
: debug information about the current request/response and when clicked, display
: more details about the panel's content.
:
: Currently, the following panels have been written and are working:
:
: - Django version
: - Request timer
: - A list of settings in settings.py
: - Common HTTP headers
: - GET/POST/cookie/session variable display
: - Templates and context used, and their template paths
: - SQL queries including time to execute and links to EXPLAIN each query
: - List of signals, their args and receivers
: - Logging output via Python's built-in logging, or via the logbook module