How to Install and Uninstall uwsgi-emperor Package on Kali Linux

Last updated: May 12,2024

1. Install "uwsgi-emperor" package

This tutorial shows how to install uwsgi-emperor on Kali Linux

$ sudo apt update $ sudo apt install uwsgi-emperor

2. Uninstall "uwsgi-emperor" package

This is a short guide on how to uninstall uwsgi-emperor on Kali Linux:

$ sudo apt remove uwsgi-emperor $ sudo apt autoclean && sudo apt autoremove

3. Information about the uwsgi-emperor package on Kali Linux

Package: uwsgi-emperor
Source: uwsgi
Version: 2.0.24-2
Installed-Size: 53
Maintainer: uWSGI packaging team
Architecture: amd64
Depends: uwsgi-core (= 2.0.24-2)
Size: 22612
SHA256: 9ef812f640869ee151bf88bd298ec251fd6b92632af02c653d4a70da91d742b6
SHA1: ff3d52d25b0608b647a0f29870bac8753ad3f7d6
MD5sum: dac1e19171ec7d949fa7455fb529245f
Description: fast, self-healing application container server (emperor scripts)
uWSGI presents a complete 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.
.
uWSGI can be run in preforking, threaded, asynchronous/evented modes and
supports various forms of green threads/coroutines (such as uGreen, Greenlet,
Fiber). uWSGI provides several methods of configuration: via command line,
via environment variables, via XML, INI, YAML configuration files, via LDAP
and more.
.
On top of all this, 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 package depends on uWSGI core binary and installs:
* init.d script for running uWSGI Emperor daemon with options defined in
custom user-created configuration files
* basic configuration for running uWSGI Emperor daemon
Description-md5:
Homepage: http://projects.unbit.it/uwsgi/
Section: web
Priority: optional
Filename: pool/main/u/uwsgi/uwsgi-emperor_2.0.24-2_amd64.deb