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

Last updated: November 25,2024

1. Install "python3-gunicorn.noarch" package

This guide covers the steps necessary to install python3-gunicorn.noarch on Fedora 39

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

2. Uninstall "python3-gunicorn.noarch" package

Here is a brief guide to show you how to uninstall python3-gunicorn.noarch on Fedora 39:

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

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

Last metadata expiration check: 0:57:30 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : python3-gunicorn
Version : 21.2.0
Release : 1.fc39
Architecture : noarch
Size : 203 k
Source : python-gunicorn-21.2.0-1.fc39.src.rpm
Repository : fedora
Summary : Python WSGI HTTP Server
URL : https://gunicorn.org/
License : MIT
Description : Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It is a
: pre-fork worker model. The Gunicorn server is broadly compatible with various
: web frameworks, simply implemented, light on server resources, and fairly
: speedy.