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

Last updated: October 11,2024

1. Install "python3-gunicorn.noarch" package

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

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

2. Uninstall "python3-gunicorn.noarch" package

Please follow the guidance below to uninstall python3-gunicorn.noarch on Red Hat Enterprise Linux 8 (RHEL 8):

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

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

Last metadata expiration check: 0:32:35 ago on Mon Feb 26 15:59:38 2024.
Available Packages
Name : python3-gunicorn
Version : 20.0.4
Release : 3.el8
Architecture : noarch
Size : 152 k
Source : python-gunicorn-20.0.4-3.el8.src.rpm
Repository : epel
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.