How to Install and Uninstall uwsgi Package on openSuSE Tumbleweed
Last updated: January 23,2025
1. Install "uwsgi" package
Please follow the steps below to install uwsgi on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
uwsgi
Copied
2. Uninstall "uwsgi" package
This guide let you learn how to uninstall uwsgi on openSuSE Tumbleweed:
$
sudo zypper remove
uwsgi
Copied
3. Information about the uwsgi package on openSuSE Tumbleweed
Information for package uwsgi:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : uwsgi
Version : 2.0.23-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : uwsgi-2.0.23-2.1.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.
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : uwsgi
Version : 2.0.23-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 2.3 MiB
Installed : No
Status : not installed
Source package : uwsgi-2.0.23-2.1.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.