How to Install and Uninstall python3-gunicorn Package on openSUSE Leap

Last updated: May 20,2024

1. Install "python3-gunicorn" package

In this section, we are going to explain the necessary steps to install python3-gunicorn on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-gunicorn

2. Uninstall "python3-gunicorn" package

Please follow the guidelines below to uninstall python3-gunicorn on openSUSE Leap:

$ sudo zypper remove python3-gunicorn

3. Information about the python3-gunicorn package on openSUSE Leap

Information for package python3-gunicorn:
-----------------------------------------
Repository : Main Repository
Name : python3-gunicorn
Version : 19.7.1-3.4.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 999.7 KiB
Installed : No
Status : not installed
Source package : python-gunicorn-19.7.1-3.4.1.src
Upstream URL : http://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.