Install uwsgi-plugins-all by entering the following commands in the terminal:
sudo apt update sudo apt install uwsgi-plugins-all
Description:
all available plugins for uWSGI
uWSGI presents a complete stack for networked/clustered web applications, implementing message/object passing, caching, RPC and process management. It is designed to be fully modular. This means that different plugins can be used in order to add compatibility with tons of different technology on top of the same core. . This dependency package provides all available plugins for uWSGI: * infrastructure - HTTP serving, RPC, etc. * application integration - PSGI, Rack, WSGI, etc. * coroutines - Fiber (ruby2.5) - gevent (Python 2) - greenlet (Python 2) - asyncio (Python 3, and Python 2 when Trollius is available) - Ruby native threads (ruby2.5) - tornado (Python 2) . Greenlet and gevent plugin is provided only on supported architectures.
Homepage: http://projects.unbit.it/uwsgi/
Version: 2.0.15-10.2ubuntu2
Section: universe/web