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

Last updated: October 07,2024

1. Install "python3-gunicorn.noarch" package

In this section, we are going to explain the necessary steps to install python3-gunicorn.noarch on CentOS Stream 8

$ 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 CentOS Stream 8:

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

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

Last metadata expiration check: 0:28:32 ago on Sun Feb 25 03:03:59 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.