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

Last updated: October 08,2024

1. Install "python3-webob.noarch" package

Please follow the guidelines below to install python3-webob.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

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

2. Uninstall "python3-webob.noarch" package

Here is a brief guide to show you how to uninstall python3-webob.noarch on Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 0:23:02 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-webob
Version : 1.8.7
Release : 6.el9
Architecture : noarch
Size : 230 k
Source : python-webob-1.8.7-6.el9.src.rpm
Repository : epel
Summary : WSGI request and response object
URL : https://webob.org
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.