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

Last updated: October 01,2024

1. Install "python3-webtest.noarch" package

This guide covers the steps necessary to install python3-webtest.noarch on Fedora 35

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

2. Uninstall "python3-webtest.noarch" package

Please follow the steps below to uninstall python3-webtest.noarch on Fedora 35:

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

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

Last metadata expiration check: 1:14:36 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : python3-webtest
Version : 3.0.0
Release : 1.fc35
Architecture : noarch
Size : 81 k
Source : python-webtest-3.0.0-1.fc35.src.rpm
Repository : fedora
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.