How to Install and Uninstall python-webob.noarch Package on Amazon Linux 2

Last updated: May 05,2024

1. Install "python-webob.noarch" package

Please follow the guidelines below to install python-webob.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-webob.noarch

2. Uninstall "python-webob.noarch" package

Please follow the instructions below to uninstall python-webob.noarch on Amazon Linux 2:

$ sudo yum remove python-webob.noarch $ sudo yum autoremove

3. Information about the python-webob.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-webob
Arch : noarch
Version : 1.2.3
Release : 7.amzn2
Size : 202 k
Repo : amzn2-core/2/x86_64
Summary : WSGI request and response object
URL : http://pythonpaste.org/webob/
License : MIT
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.