How to Install and Uninstall python3-waitress.noarch Package on Fedora 39

Last updated: October 12,2024

1. Install "python3-waitress.noarch" package

This tutorial shows how to install python3-waitress.noarch on Fedora 39

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

2. Uninstall "python3-waitress.noarch" package

Please follow the steps below to uninstall python3-waitress.noarch on Fedora 39:

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

3. Information about the python3-waitress.noarch package on Fedora 39

Last metadata expiration check: 3:36:42 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-waitress
Version : 2.1.2
Release : 5.fc39
Architecture : noarch
Size : 125 k
Source : python-waitress-2.1.2-5.fc39.src.rpm
Repository : fedora
Summary : Waitress WSGI server
URL : https://github.com/Pylons/waitress
License : ZPL-2.1
Description : Waitress is 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 3.7+. It
: is also known to run on PyPy 3 (version 3.7 compatible python) on UNIX. It
: supports HTTP/1.0 and HTTP/1.1.