How to Install and Uninstall python3-bobo Package on openSUSE Leap

Last updated: May 17,2024

1. Install "python3-bobo" package

Learn how to install python3-bobo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-bobo

2. Uninstall "python3-bobo" package

Please follow the step by step instructions below to uninstall python3-bobo on openSUSE Leap:

$ sudo zypper remove python3-bobo

3. Information about the python3-bobo package on openSUSE Leap

Information for package python3-bobo:
-------------------------------------
Repository : Main Repository
Name : python3-bobo
Version : 2.4.0-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 179.3 KiB
Installed : No
Status : not installed
Source package : python-bobo-2.4.0-bp155.2.9.src
Upstream URL : http://bobo.readthedocs.io/
Summary : Web application framework for the impatient
Description :
Bobo is a framework for creating WSGI web applications.
It addresses two problems: mapping URLs to objects,
and calling objects to generate HTTP responses.
Bobo doesn't have a templating language, a database integration layer,
nor a number of other features that are better provided by WSGI
middle-ware or application-specific libraries.
Bobo builds on other frameworks, most notably WSGI and WebOb.