How to Install and Uninstall python310-waitress Package on openSuSE Tumbleweed

Last updated: November 23,2024

1. Install "python310-waitress" package

This guide covers the steps necessary to install python310-waitress on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-waitress

2. Uninstall "python310-waitress" package

In this section, we are going to explain the necessary steps to uninstall python310-waitress on openSuSE Tumbleweed:

$ sudo zypper remove python310-waitress

3. Information about the python310-waitress package on openSuSE Tumbleweed

Information for package python310-waitress:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-waitress
Version : 2.1.2-7.4
Arch : noarch
Vendor : openSUSE
Installed Size : 274.6 KiB
Installed : No
Status : not installed
Source package : python-waitress-2.1.2-7.4.src
Upstream URL : https://github.com/Pylons/waitress
Summary : Waitress WSGI server
Description :
Waitress is a pure-Python WSGI server. It has no dependencies except
ones which live in the Python standard library. It supports HTTP/1.0
and HTTP/1.1.
For more information, see the "docs" directory of the Waitress package or
http://docs.pylonsproject.org/projects/waitress/en/latest/ .