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

Last updated: July 03,2024

1. Install "python310-gunicorn" package

This guide covers the steps necessary to install python310-gunicorn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-gunicorn

2. Uninstall "python310-gunicorn" package

This guide let you learn how to uninstall python310-gunicorn on openSuSE Tumbleweed:

$ sudo zypper remove python310-gunicorn

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

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