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

Last updated: July 01,2024

1. Install "python2-gunicorn" package

This guide let you learn how to install python2-gunicorn on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-gunicorn

2. Uninstall "python2-gunicorn" package

This guide let you learn how to uninstall python2-gunicorn on openSUSE Leap:

$ sudo zypper remove python2-gunicorn

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

Information for package python2-gunicorn:
-----------------------------------------
Repository : Main Repository
Name : python2-gunicorn
Version : 19.7.1-3.4.1
Arch : noarch
Vendor : SUSE LLC
Installed Size : 825,8 KiB
Installed : No
Status : not installed
Source package : python-gunicorn-19.7.1-3.4.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.