How to Install and Uninstall python3-waitress.noarch Package on Red Hat Enterprise Linux 8 (RHEL 8)

Last updated: June 03,2024

1. Install "python3-waitress.noarch" package

Please follow the instructions below to install python3-waitress.noarch on Red Hat Enterprise Linux 8 (RHEL 8)

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

2. Uninstall "python3-waitress.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-waitress.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

3. Information about the python3-waitress.noarch package on Red Hat Enterprise Linux 8 (RHEL 8)

Last metadata expiration check: 1:19:55 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-waitress
Version : 1.4.3
Release : 1.el8
Architecture : noarch
Size : 255 k
Source : python-waitress-1.4.3-1.el8.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.7+ and Python 3.4+. It is also known to run on PyPy 1.6.0+ on UNIX. It
: supports HTTP/1.0 and HTTP/1.1.
:
: Python 3 version.