How to Install and Uninstall python3-webtest Package on Kali Linux

Last updated: September 20,2024

1. Install "python3-webtest" package

Here is a brief guide to show you how to install python3-webtest on Kali Linux

$ sudo apt update $ sudo apt install python3-webtest

2. Uninstall "python3-webtest" package

Please follow the instructions below to uninstall python3-webtest on Kali Linux:

$ sudo apt remove python3-webtest $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-webtest package on Kali Linux

Package: python3-webtest
Source: webtest
Version: 3.0.0-3
Installed-Size: 139
Maintainer: Debian Python Team
Architecture: all
Depends: python3-bs4, python3-waitress, python3-webob, python3:any, python3-paste, python3-pastedeploy
Recommends: python3-lxml
Suggests: python-webtest-doc
Size: 34568
SHA256: 101694e9d086aa8031de80464bfdf63e321af612e39ee6fff927a6479b0fb040
SHA1: 68658272a182872dd578f3da8657d1b96ee25a8b
MD5sum: 086b1f12a93e23d42c51e98a55112e9b
Description: wraps any WSGI application and makes it easy to test
WebTest helps you test your WSGI-based web applications. This can be any
application that has a WSGI (Web Server Gateway Interface) interface,
including an application written in a framework that supports WSGI (which
includes most actively developed Python web frameworks – almost anything
that even nominally supports WSGI should be testable).
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://docs.pylonsproject.org/projects/webtest
Section: python
Priority: optional
Filename: pool/main/w/webtest/python3-webtest_3.0.0-3_all.deb