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

Last updated: June 29,2024

1. Install "python310-pyramid-debugtoolbar" package

Here is a brief guide to show you how to install python310-pyramid-debugtoolbar on openSuSE Tumbleweed

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

2. Uninstall "python310-pyramid-debugtoolbar" package

In this section, we are going to explain the necessary steps to uninstall python310-pyramid-debugtoolbar on openSuSE Tumbleweed:

$ sudo zypper remove python310-pyramid-debugtoolbar

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

Information for package python310-pyramid-debugtoolbar:
-------------------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-pyramid-debugtoolbar
Version : 4.12.1-1.1
Arch : noarch
Vendor : openSUSE
Installed Size : 957.7 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.