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

Last updated: June 25,2024

1. Install "python3-gunicorn.noarch" package

Here is a brief guide to show you how to install python3-gunicorn.noarch on Red Hat Enterprise Linux 9 (RHEL 9)

$ 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 Red Hat Enterprise Linux 9 (RHEL 9):

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

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

Last metadata expiration check: 1:26:11 ago on Mon Feb 26 07:04:30 2024.
Available Packages
Name : python3-gunicorn
Version : 21.2.0
Release : 2.el9
Architecture : noarch
Size : 144 k
Source : python-gunicorn-21.2.0-2.el9.src.rpm
Repository : epel
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.