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

Last updated: June 26,2024

1. Install "python3-gunicorn.noarch" package

Please follow the guidelines below to install python3-gunicorn.noarch on AlmaLinux 8

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

2. Uninstall "python3-gunicorn.noarch" package

Please follow the instructions below to uninstall python3-gunicorn.noarch on AlmaLinux 8:

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

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

Last metadata expiration check: 1:14:04 ago on Mon Sep 5 03:22:42 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.