How to Install and Uninstall python3-waitress Package on openSUSE Leap

Last updated: May 06,2024

1. Install "python3-waitress" package

In this section, we are going to explain the necessary steps to install python3-waitress on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-waitress

2. Uninstall "python3-waitress" package

This guide covers the steps necessary to uninstall python3-waitress on openSUSE Leap:

$ sudo zypper remove python3-waitress

3. Information about the python3-waitress package on openSUSE Leap

Information for package python3-waitress:
-----------------------------------------
Repository : Main Repository
Name : python3-waitress
Version : 1.4.3-150000.3.6.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1.4 MiB
Installed : No
Status : not installed
Source package : python-waitress-1.4.3-150000.3.6.1.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/ .