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

Last updated: September 28,2024

1. Install "python2-waitress" package

Please follow the guidelines below to install python2-waitress on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-waitress

2. Uninstall "python2-waitress" package

Please follow the steps below to uninstall python2-waitress on openSUSE Leap:

$ sudo zypper remove python2-waitress

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

Information for package python2-waitress:
-----------------------------------------
Repository : Main Repository
Name : python2-waitress
Version : 1.4.3-3.3.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 1,2 MiB
Installed : No
Status : not installed
Source package : python-waitress-1.4.3-3.3.1.src
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/ .