How to Install and Uninstall python3-django-debug-toolbar Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

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

This is a short guide on how to install python3-django-debug-toolbar on Ubuntu 21.10 (Impish Indri)

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

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

This is a short guide on how to uninstall python3-django-debug-toolbar on Ubuntu 21.10 (Impish Indri):

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

3. Information about the python3-django-debug-toolbar package on Ubuntu 21.10 (Impish Indri)

Package: python3-django-debug-toolbar
Architecture: all
Version: 1:3.2.1-1
Priority: optional
Section: universe/python
Source: python-django-debug-toolbar
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 711
Depends: python3-sqlparse (>= 0.2.0), python3-django, python3:any
Recommends: python3-pygments
Suggests: libjs-jquery, python-django-debug-toolbar-doc
Filename: pool/universe/p/python-django-debug-toolbar/python3-django-debug-toolbar_3.2.1-1_all.deb
Size: 84468
MD5sum: 91927574b1deef508d1a0ec055e8c2c6
SHA1: 11123414ea3c200a5841d768e7860f34065afa4c
SHA256: 8539e81a7caad902d439954bedd0ee29f063f5a1a4c132aeab118a750517eb01
SHA512: 2e163ad11e0d195fff119ae03d86932e6c61c15fa3a322e748b04f4909b55a569ce6cef49723ff762e589d7cc8a7a71428fa5ff9d8c97a55f4c054e706b6411d
Homepage: https://github.com/jazzband/django-debug-toolbar
Description-en: 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: 8db7c179ca37bbd04ae75e2dac97140d