How to Install and Uninstall python3-django-debug-toolbar Package on Kali Linux

Last updated: May 15,2024

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

Please follow the guidance below to install python3-django-debug-toolbar on Kali Linux

$ sudo apt update $ sudo apt install python3-django-debug-toolbar

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

This tutorial shows how to uninstall python3-django-debug-toolbar on Kali Linux:

$ sudo apt remove python3-django-debug-toolbar $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-debug-toolbar package on Kali Linux

Package: python3-django-debug-toolbar
Source: python-django-debug-toolbar
Version: 1:4.3-2
Installed-Size: 806
Maintainer: Debian Python Team
Architecture: all
Depends: python3-sqlparse, python3-django, python3:any
Recommends: python3-pygments
Suggests: libjs-jquery, python-django-debug-toolbar-doc
Size: 106724
SHA256: 97f0408ada86924ba7baa1a1c52972af13dbd9de19619ed7b22c874259742815
SHA1: 0dfe804ffcab2273fdf87222281fee676cf436a2
MD5sum: a241ed7cdba280c8dca0fc89b0acf0c0
Description: Embedded debugging toolbar for Django projects (Python 3 version)
The Django Debug Toolbar is a plug-in Django application that displays a set
of panels which conveys information about the current request at the top of the
rendered page. It can show:
.
* Total time taken to process request
* Request variables, including GET, POST, cookie, and session information.
* All SQL queries performed during response creation and processing,
including timing and 'EXPLAIN' output for each query in conjunction with
the total time spent performing SQL queries. If python-pygments is
installed, the SQL syntax is highlighted.
* Current Django version
* HTTP headers
* Total requests, time, hits and misses of the cache.
* Which templates were rendered the context provided to each template.
.
This package contains the Python 3 version.
Description-md5:
Homepage: https://github.com/jazzband/django-debug-toolbar
Section: python
Priority: optional
Filename: pool/main/p/python-django-debug-toolbar/python3-django-debug-toolbar_4.3-2_all.deb