How to Install and Uninstall python3-webob.noarch Package on Fedora 35

Last updated: February 20,2025

1. Install "python3-webob.noarch" package

In this section, we are going to explain the necessary steps to install python3-webob.noarch on Fedora 35

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

2. Uninstall "python3-webob.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-webob.noarch on Fedora 35:

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

3. Information about the python3-webob.noarch package on Fedora 35

Last metadata expiration check: 0:40:49 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : python3-webob
Version : 1.8.7
Release : 3.fc35
Architecture : noarch
Size : 232 k
Source : python-webob-1.8.7-3.fc35.src.rpm
Repository : fedora
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.