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

Last updated: June 26,2024

1. Install "python39-gunicorn" package

This tutorial shows how to install python39-gunicorn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-gunicorn

2. Uninstall "python39-gunicorn" package

This tutorial shows how to uninstall python39-gunicorn on openSuSE Tumbleweed:

$ sudo zypper remove python39-gunicorn

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

Information for package python39-gunicorn:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-gunicorn
Version : 21.2.0-1.2
Arch : noarch
Vendor : openSUSE
Installed Size : 478.5 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.