How to Install and Uninstall python2-waitress.noarch Package on CentOS 8 / RHEL 8

Last updated: June 01,2024

1. Install "python2-waitress.noarch" package

This is a short guide on how to install python2-waitress.noarch on CentOS 8 / RHEL 8

$ sudo dnf update $ sudo dnf install python2-waitress.noarch

2. Uninstall "python2-waitress.noarch" package

Please follow the instructions below to uninstall python2-waitress.noarch on CentOS 8 / RHEL 8:

$ sudo dnf remove python2-waitress.noarch $ sudo dnf autoremove

3. Information about the python2-waitress.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:43:08 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python2-waitress
Version : 1.2.1
Release : 2.el8.1
Architecture : noarch
Size : 237 k
Source : python-waitress-1.2.1-2.el8.1.src.rpm
Repository : epel
Summary : Waitress WSGI server
URL : https://github.com/Pylons/waitress
License : ZPLv2.1
Description : 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.6+ 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.
:
: Python 2 version.