How to Install and Uninstall python2-webob.noarch Package on Rocky Linux 8

Last updated: September 20,2024

1. Install "python2-webob.noarch" package

This tutorial shows how to install python2-webob.noarch on Rocky Linux 8

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

2. Uninstall "python2-webob.noarch" package

This tutorial shows how to uninstall python2-webob.noarch on Rocky Linux 8:

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

3. Information about the python2-webob.noarch package on Rocky Linux 8

Last metadata expiration check: 2:00:11 ago on Mon Sep 12 10:27:18 2022.
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.