How to Install and Uninstall python2-webob.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: October 05,2024

1. Install "python2-webob.noarch" package

Please follow the step by step instructions below to install python2-webob.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

$ sudo dnf update $ sudo dnf install python2-webob.noarch

2. Uninstall "python2-webob.noarch" package

This guide covers the steps necessary to uninstall python2-webob.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

$ sudo dnf remove python2-webob.noarch $ sudo dnf autoremove

3. Information about the python2-webob.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 0:05:53 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python2-webob
Version : 1.8.5
Release : 1.el8.1
Architecture : noarch
Size : 250 k
Source : python-webob-1.8.5-1.el8.1.src.rpm
Repository : epel
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.