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

Last updated: June 29,2024

1. Install "python36-gunicorn" package

Please follow the step by step instructions below to install python36-gunicorn on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-gunicorn

2. Uninstall "python36-gunicorn" package

Learn how to uninstall python36-gunicorn on openSuSE Tumbleweed:

$ sudo zypper remove python36-gunicorn

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

Information for package python36-gunicorn:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-gunicorn
Version : 20.1.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 666,5 KiB
Installed : No
Status : not installed
Source package : python-gunicorn-20.1.0-2.1.src
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.