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

Last updated: May 17,2024

1. Install "uwsgi-core" package

Please follow the steps below to install uwsgi-core on Kali Linux

$ sudo apt update $ sudo apt install uwsgi-core

2. Uninstall "uwsgi-core" package

Please follow the guidelines below to uninstall uwsgi-core on Kali Linux:

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

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

Package: uwsgi-core
Source: uwsgi
Version: 2.0.24-2
Installed-Size: 2383
Maintainer: uWSGI packaging team
Architecture: amd64
Replaces: uwsgi-plugin-cache, uwsgi-plugin-carbon, uwsgi-plugin-cgi, uwsgi-plugin-echo, uwsgi-plugin-emperor-zeromq, uwsgi-plugin-fastrouter, uwsgi-plugin-http, uwsgi-plugin-logsocket, uwsgi-plugin-nagios, uwsgi-plugin-ping, uwsgi-plugin-router-static, uwsgi-plugin-rpc, uwsgi-plugin-rrdtool, uwsgi-plugin-rsyslog, uwsgi-plugin-signal, uwsgi-plugin-symcall, uwsgi-plugin-syslog, uwsgi-plugin-ugreen, wsgi-plugin-admin
Provides: uwsgi-abi-6b95a7fc498d6db82f9c44daa3668abd
Depends: libc6 (>= 2.34), libcap2 (>= 1:2.10), libcrypt1 (>= 1:4.1.0), libpam0g (>= 0.99.7.1), libpcre2-8-0 (>= 10.22), libssl3 (>= 3.0.0), libsystemd0, libuuid1 (>= 2.16), libxml2 (>= 2.7.4), libyajl2 (>= 2.0.4), libyaml-0-2, libzmq5 (>= 3.2.3+dfsg), zlib1g (>= 1:1.2.0)
Suggests: nginx-full | cherokee | libapache2-mod-proxy-uwsgi | libapache2-mod-uwsgi | libapache2-mod-ruwsgi, uwsgi-dev, uwsgi-extra, uwsgi-plugins-all
Conflicts: uwsgi-plugin-cache, uwsgi-plugin-carbon, uwsgi-plugin-cgi, uwsgi-plugin-echo, uwsgi-plugin-emperor-zeromq, uwsgi-plugin-fastrouter, uwsgi-plugin-http, uwsgi-plugin-logsocket, uwsgi-plugin-nagios, uwsgi-plugin-ping, uwsgi-plugin-router-static, uwsgi-plugin-rpc, uwsgi-plugin-rrdtool, uwsgi-plugin-rsyslog, uwsgi-plugin-signal, uwsgi-plugin-symcall, uwsgi-plugin-syslog, uwsgi-plugin-ugreen, wsgi-plugin-admin
Size: 546668
SHA256: a73d74a9dafef9813b89e6614767096fce927bc38b798ed1113476847084cf00
SHA1: d154ce7ef2d3adaf01b4ae3b1284cba1ad597906
MD5sum: 8eeaadca2160799fd97118d4289a85c2
Description: fast, self-healing application container server (core)
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 provides core uWSGI binary (built without any embedded
plugins) and plugins with no or few dependencies:
.
* cache
* carbon
* cgi
* cheaper_backlog2
* cheaper_busyness
* clock_monotonic
* clock_realtime
* corerouter
* echo
* emperor_amqp
* emperor_zeromq
* fastrouter
* forkptyrouter
* http
* logcrypto
* logfile
* logpipe
* logsocket
* logzmq
* mongrel2
* msgpack
* nagios
* notfound
* pam
* ping
* pty
* rawrouter
* redislog
* router_basicauth
* router_cache
* router_expires
* router_hash
* router_http
* router_memcached
* router_metrics
* router_radius
* router_redirect
* router_redis
* router_rewrite
* router_static
* router_uwsgi
* router_xmldir
* rpc
* rrdtool
* rsyslog
* signal
* spooler
* ssi
* sslrouter
* stats_pusher_file
* stats_pusher_socket
* stats_pusher_statsd
* symcall
* syslog
* systemd_logger
* transformation_chunked
* transformation_gzip
* transformation_offload
* transformation_template
* transformation_tofile
* transformation_toupper
* tuntap
* ugreen
* webdav
* xattr
* zabbix
* zergpool
.
forkptyrouter, systemd and tuntap are provided
only on supported architectures.
.
Developing external uWSGI plugin requires the package uwsgi-dev.
Description-md5:
Homepage: http://projects.unbit.it/uwsgi/
Section: web
Priority: optional
Filename: pool/main/u/uwsgi/uwsgi-core_2.0.24-2_amd64.deb