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

Last updated: May 18,2024

1. Install "python38-gunicorn" package

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

$ sudo zypper refresh $ sudo zypper install python38-gunicorn

2. Uninstall "python38-gunicorn" package

In this section, we are going to explain the necessary steps to uninstall python38-gunicorn on openSuSE Tumbleweed:

$ sudo zypper remove python38-gunicorn

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

Information for package python38-gunicorn:
------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-gunicorn
Version : 20.1.0-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 663,2 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.