How to Install and Uninstall gunicorn Package on Kali Linux

Last updated: May 03,2024

1. Install "gunicorn" package

This is a short guide on how to install gunicorn on Kali Linux

$ sudo apt update $ sudo apt install gunicorn

2. Uninstall "gunicorn" package

In this section, we are going to explain the necessary steps to uninstall gunicorn on Kali Linux:

$ sudo apt remove gunicorn $ sudo apt autoclean && sudo apt autoremove

3. Information about the gunicorn package on Kali Linux

Package: gunicorn
Version: 20.1.0-6
Installed-Size: 29
Maintainer: Debian Python Team
Architecture: all
Replaces: gunicorn3
Provides: gunicorn3, httpd-wsgi3
Depends: python3-gunicorn (= 20.1.0-6), python3:any
Suggests: python3-pastedeploy, python3-setproctitle, python3-tornado
Conflicts: gunicorn3
Size: 13716
SHA256: d1fb0a31782d27f2a11bb7a49db28087ae946063cfcc5f2202484a45b7be7fe3
SHA1: 8594cf05bb8257cd25c5c4a61ba8dce022c31a98
MD5sum: 030d7a4b8f8e169d3e107f441e2fc0d6
Description: Event-based HTTP/WSGI server
Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients
or sleepy applications. That is to say; behind a buffering front-end server
such as nginx or lighttpd.
.
* Optional support for Eventlet, Tornado and Gevent to provide asynchronous
long-polling ("Comet") connections.
* Process management: Gunicorn reaps and restarts workers that die.
* Easy integration with Django and Paster compatible applications (Pylons,
TurboGears 2, etc.
* Load balancing via pre-fork and a shared socket
* Graceful worker process restarts
* Upgrading without losing connections
* Decode chunked transfers on-the-fly, allowing upload progress notifications
or stream-based protocols over HTTP
Description-md5:
Homepage: https://gunicorn.org/
Section: httpd
Priority: optional
Filename: pool/main/g/gunicorn/gunicorn_20.1.0-6_all.deb