How to Install and Uninstall uwsgi Package on openSUSE Leap

Last updated: April 29,2024

1. Install "uwsgi" package

Learn how to install uwsgi on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install uwsgi

2. Uninstall "uwsgi" package

This is a short guide on how to uninstall uwsgi on openSUSE Leap:

$ sudo zypper remove uwsgi

3. Information about the uwsgi package on openSUSE Leap

Information for package uwsgi:
------------------------------
Repository : Main Repository
Name : uwsgi
Version : 2.0.19.1-150400.6.11
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 1.9 MiB
Installed : No
Status : not installed
Source package : uwsgi-2.0.19.1-150400.6.11.src
Upstream URL : https://uwsgi-docs.readthedocs.io/en/latest/
Summary : Application Container Server for Networked/Clustered Web Applications
Description :
uWSGI is a self-healing application container server coded in pure C.
It is a WSGI server with a stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It uses the uwsgi protocol for all the networking/interprocess communications,
but it can speak other protocols as well (http, fastcgi, mongrel2...)
It can be run in preforking mode, threaded, asynchronous/evented and supports
various forms of green threads/coroutines (such as uGreen, Greenlet, Stackless,
Gevent and Fiber).
Different plugins can be used in order to add compatibility with
different technology on top of the same core.