How to Install and Uninstall uwsgi Package on Kali Linux

Last updated: April 29,2024

1. Install "uwsgi" package

In this section, we are going to explain the necessary steps to install uwsgi on Kali Linux

$ sudo apt update $ sudo apt install uwsgi

2. Uninstall "uwsgi" package

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

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

3. Information about the uwsgi package on Kali Linux

Package: uwsgi
Version: 2.0.24-2
Installed-Size: 94
Maintainer: uWSGI packaging team
Architecture: amd64
Depends: lsb-base, uwsgi-core (= 2.0.24-2)
Size: 32900
SHA256: 4c53bea1e7bdc41a754c68a08ec82a7d0424391d176f5833a981531581835050
SHA1: 89c23435899870127058dbeae0ef800eae6ceefc
MD5sum: 7bce20dd0f237a45009d7d91dae083cd
Description: fast, self-healing application container server
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 daemon(s) with options defined in custom
user-created configuration files
* infrastructure for running daemons (like common locations of communication
sockets, logs)
Description-md5:
Homepage: http://projects.unbit.it/uwsgi/
Section: web
Priority: optional
Filename: pool/main/u/uwsgi/uwsgi_2.0.24-2_amd64.deb