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

Last updated: September 21,2024

1. Install "python2-webtest.noarch" package

Please follow the steps below to install python2-webtest.noarch on Rocky Linux 8

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

2. Uninstall "python2-webtest.noarch" package

Please follow the steps below to uninstall python2-webtest.noarch on Rocky Linux 8:

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

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

Last metadata expiration check: 1:40:12 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python2-webtest
Version : 2.0.33
Release : 1.el8
Architecture : noarch
Size : 86 k
Source : python-webtest-2.0.33-1.el8.src.rpm
Repository : epel
Summary : Helper to test WSGI applications
URL : https://github.com/Pylons/webtest
License : MIT
Description : WebTest wraps any WSGI application and makes it easy to send test
: requests to that application, without starting up an HTTP server.
:
: This provides convenient full-stack testing of applications written
: with any WSGI-compatible framework.