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

Last updated: May 11,2024

1. Install "python3-waitress" package

Learn how to install python3-waitress on Kali Linux

$ sudo apt update $ sudo apt install python3-waitress

2. Uninstall "python3-waitress" package

Learn how to uninstall python3-waitress on Kali Linux:

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

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

Package: python3-waitress
Source: waitress
Version: 2.1.2-2
Installed-Size: 209
Maintainer: Debian Python Team
Architecture: all
Provides: httpd-wsgi3
Depends: python3:any
Suggests: python-waitress-doc
Size: 48860
SHA256: 872a2091fdcc644bb5fa75e8eef873f8199a46a95231b9c247c68680daefeaf4
SHA1: e11784b1dfd5ba82ebc4e4d91efbc4f804a57a55
MD5sum: bdcb2469bb303f985c7d9609a2feddf5
Description: production-quality pure-Python WSGI server (Python 3)
Waitress is meant to be a production-quality pure-Python WSGI server with
very acceptable performance. It has no dependencies except ones which live
in the Python standard library. It runs on CPython on Unix and Windows under
Python 2.7+ and Python 3.3+. It is also known to run on PyPy 1.6.0 on UNIX.
It supports HTTP/1.0 and HTTP/1.1.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/Pylons/waitress
Tag: devel::lang:python, devel::library, implemented-in::python,
interface::daemon, network::server, protocol::http, role::devel-lib,
role::program, role::shared-lib, web::server
Section: python
Priority: optional
Filename: pool/main/w/waitress/python3-waitress_2.1.2-2_all.deb