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

Last updated: June 29,2024

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

Please follow the steps below to install python3-django-debug-toolbar.noarch on Fedora 34

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

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

Please follow the guidelines below to uninstall python3-django-debug-toolbar.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:21:23 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-django-debug-toolbar
Version : 2.2
Release : 2.fc34
Architecture : noarch
Size : 157 k
Source : python-django-debug-toolbar-2.2-2.fc34.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