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

Last updated: June 05,2024

1. Install "python2-bobo" package

Learn how to install python2-bobo on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-bobo

2. Uninstall "python2-bobo" package

Please follow the instructions below to uninstall python2-bobo on openSUSE Leap:

$ sudo zypper remove python2-bobo

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

Information for package python2-bobo:
-------------------------------------
Repository : Main Repository
Name : python2-bobo
Version : 2.4.0-bp153.1.17
Arch : noarch
Vendor : openSUSE
Installed Size : 184,2 KiB
Installed : No
Status : not installed
Source package : python-bobo-2.4.0-bp153.1.17.src
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.