How to Install and Uninstall python-django-debug-toolbar-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: July 01,2024

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

This tutorial shows how to install python-django-debug-toolbar-doc on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Here is a brief guide to show you how to uninstall python-django-debug-toolbar-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ 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 Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-django-debug-toolbar-doc
Priority: optional
Section: universe/doc
Installed-Size: 234
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: python-django-debug-toolbar
Version: 1:1.4-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/p/python-django-debug-toolbar/python-django-debug-toolbar-doc_1.4-1_all.deb
Size: 39596
MD5sum: 5dee5d75b5599f94f44151ccf0d061f4
SHA1: a296d4873c3026c4f9091068d8b31c95a601435d
SHA256: ae34b5ddca9e62634d242a5c602cc0547f678c81dbcfa0a1a008e4e7b541e28f
Description-en: 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: 40e6fd5c96d59516e2cd1a8353629c3d
Homepage: https://github.com/django-debug-toolbar/django-debug-toolbar
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu