How to Install and Uninstall python3-webob.noarch Package on CentOS 8 / RHEL 8

Last updated: May 06,2024

1. Install "python3-webob.noarch" package

In this section, we are going to explain the necessary steps to install python3-webob.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-webob.noarch" package

This guide let you learn how to uninstall python3-webob.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-webob.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 8:09:19 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-webob
Version : 1.8.5
Release : 1.el8.1
Architecture : noarch
Size : 251 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.