How to Install and Uninstall python3-gunicorn.noarch Package on CentOS 8 / RHEL 8

Last updated: October 08,2024

1. Install "python3-gunicorn.noarch" package

Here is a brief guide to show you how to install python3-gunicorn.noarch on CentOS 8 / RHEL 8

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

2. Uninstall "python3-gunicorn.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-gunicorn.noarch on CentOS 8 / RHEL 8:

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

3. Information about the python3-gunicorn.noarch package on CentOS 8 / RHEL 8

Last metadata expiration check: 1 day, 7:53:01 ago on Sun May 9 13:03:46 2021.
Available Packages
Name : python3-gunicorn
Version : 20.0.4
Release : 2.el8
Architecture : noarch
Size : 152 k
Source : python-gunicorn-20.0.4-2.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.