How to Install and Uninstall python3-gunicorn.noarch Package on Oracle Linux 9

Last updated: October 06,2024

1. Install "python3-gunicorn.noarch" package

This is a short guide on how to install python3-gunicorn.noarch on Oracle Linux 9

$ 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 Oracle Linux 9:

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

3. Information about the python3-gunicorn.noarch package on Oracle Linux 9

Last metadata expiration check: 0:27:48 ago on Thu Feb 15 07:50:05 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.