How to Install and Uninstall python311-pyramid-debugtoolbar Package on openSuSE Tumbleweed

Last updated: October 06,2024

1. Install "python311-pyramid-debugtoolbar" package

This guide covers the steps necessary to install python311-pyramid-debugtoolbar on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyramid-debugtoolbar

2. Uninstall "python311-pyramid-debugtoolbar" package

This guide let you learn how to uninstall python311-pyramid-debugtoolbar on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyramid-debugtoolbar

3. Information about the python311-pyramid-debugtoolbar package on openSuSE Tumbleweed

Information for package python311-pyramid-debugtoolbar:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyramid-debugtoolbar
Version : 4.12.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 1023.1 KiB
Installed : No
Status : not installed
Source package : python-pyramid-debugtoolbar-4.12.1-1.1.src
Upstream URL : https://docs.pylonsproject.org
Summary : An interactive HTML debugger for Pyramid application development
Description :
A package which provides an interactive HTML debugger for Pyramid application
development.
Note that pyramid-debugtoolbar is a blatant rip-off of Michael van Tellingen's
flask-debugtoolbar (which itself was derived from Rob Hudson's
django-debugtoolbar). It also includes a lightly sanded down version of the
Werkzeug debugger code by Armin Ronacher and team.