How to Install and Uninstall python-webtest.noarch Package on Amazon Linux 2

Last updated: February 06,2025

1. Install "python-webtest.noarch" package

Here is a brief guide to show you how to install python-webtest.noarch on Amazon Linux 2

$ sudo yum makecache $ sudo yum install python-webtest.noarch

2. Uninstall "python-webtest.noarch" package

In this section, we are going to explain the necessary steps to uninstall python-webtest.noarch on Amazon Linux 2:

$ sudo yum remove python-webtest.noarch $ sudo yum autoremove

3. Information about the python-webtest.noarch package on Amazon Linux 2

Loaded plugins: ovl, priorities
Available Packages
Name : python-webtest
Arch : noarch
Version : 1.3.4
Release : 6.amzn2
Size : 102 k
Repo : amzn2-core/2/x86_64
Summary : Helper to test WSGI applications
URL : http://pythonpaste.org/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.