How to Install and Uninstall python3-gunicorn.noarch Package on Rocky Linux 8
Last updated: November 14,2024
1. Install "python3-gunicorn.noarch" package
In this section, we are going to explain the necessary steps to install python3-gunicorn.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-gunicorn.noarch
Copied
2. Uninstall "python3-gunicorn.noarch" package
This tutorial shows how to uninstall python3-gunicorn.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-gunicorn.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-gunicorn.noarch package on Rocky Linux 8
Last metadata expiration check: 1:33:39 ago on Mon Sep 12 10:27:18 2022.
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.
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.