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

Last updated: October 06,2024

1. Install "python3-gunicorn.noarch" package

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

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

2. Uninstall "python3-gunicorn.noarch" package

Please follow the guidelines below to uninstall python3-gunicorn.noarch on Fedora 34:

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

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

Last metadata expiration check: 4:01:12 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-gunicorn
Version : 20.0.4
Release : 5.fc34
Architecture : noarch
Size : 143 k
Source : python-gunicorn-20.0.4-5.fc34.src.rpm
Repository : fedora
Summary : Python WSGI application server
URL : http://gunicorn.org/
License : MIT
Description : Gunicorn ("Green Unicorn") is a Python WSGI HTTP server for UNIX. It uses the
: pre-fork worker model, ported from Ruby's Unicorn project. It supports WSGI,
: Django, and Paster applications.