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

Last updated: May 19,2024

1. Install "python2-WebOb" package

This is a short guide on how to install python2-WebOb on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-WebOb

2. Uninstall "python2-WebOb" package

In this section, we are going to explain the necessary steps to uninstall python2-WebOb on openSUSE Leap:

$ sudo zypper remove python2-WebOb

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

Information for package python2-WebOb:
--------------------------------------
Repository : Main Repository
Name : python2-WebOb
Version : 1.7.4-1.11
Arch : noarch
Vendor : SUSE LLC
Installed Size : 860,7 KiB
Installed : No
Status : not installed
Source package : python-WebOb-1.7.4-1.11.src
Summary : WSGI request and response object
Description :
WebOb provides wrappers around the WSGI request environment, and an
object to help create WSGI responses.
The objects map much of the specified behavior of HTTP, including
header parsing and accessors for other standard parts of the
environment.