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

Last updated: May 21,2024

1. Install "python-django-debug-toolbar-doc" package

This tutorial shows how to install python-django-debug-toolbar-doc on Kali Linux

$ sudo apt update $ sudo apt install python-django-debug-toolbar-doc

2. Uninstall "python-django-debug-toolbar-doc" package

Please follow the step by step instructions below to uninstall python-django-debug-toolbar-doc on Kali Linux:

$ sudo apt remove python-django-debug-toolbar-doc $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-debug-toolbar-doc
Source: python-django-debug-toolbar
Version: 1:4.3-2
Installed-Size: 444
Maintainer: Debian Python Team
Architecture: all
Depends: libjs-jquery (>= 3.6.0), libjs-sphinxdoc (>= 7.2.2), sphinx-rtd-theme-common (>= 2.0.0+dfsg)
Suggests: python-django-doc, python3-doc
Size: 71280
SHA256: 42d3a7126835ccd24c6cf45fc8a5586a1ecd97cdfe6e02a857721b4a46161405
SHA1: 68e291bf843120e31dad79e76c975da629706633
MD5sum: efc46e00c96e2adc943944364422b3a0
Description: Embedded debugging toolbar for Django projects (documentation)
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 is the common documentation package.
Description-md5:
Multi-Arch: foreign
Homepage: https://github.com/jazzband/django-debug-toolbar
Section: doc
Priority: optional
Filename: pool/main/p/python-django-debug-toolbar/python-django-debug-toolbar-doc_4.3-2_all.deb