How to Install and Uninstall python312-gunicorn Package on openSuSE Tumbleweed

Last updated: July 05,2024

1. Install "python312-gunicorn" package

Please follow the guidelines below to install python312-gunicorn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-gunicorn

2. Uninstall "python312-gunicorn" package

This guide covers the steps necessary to uninstall python312-gunicorn on openSuSE Tumbleweed:

$ sudo zypper remove python312-gunicorn

3. Information about the python312-gunicorn package on openSuSE Tumbleweed

Information for package python312-gunicorn:
-------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-gunicorn
Version : 21.2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 606.8 KiB
Installed : No
Status : not installed
Source package : python-gunicorn-21.2.0-1.2.src
Upstream URL : https://gunicorn.org
Summary : WSGI HTTP Server for UNIX
Description :
Gunicorn 'Green Unicorn' is a Python WSGI HTTP Server for UNIX. It's a pre-fork
worker model ported from Ruby's Unicorn_ project. The Gunicorn server is broadly
compatible with various web frameworks.