How to Install and Uninstall python3-gunicorn Package on Kali Linux

Last updated: May 18,2024

1. Install "python3-gunicorn" package

Please follow the guidelines below to install python3-gunicorn on Kali Linux

$ sudo apt update $ sudo apt install python3-gunicorn

2. Uninstall "python3-gunicorn" package

Please follow the guidelines below to uninstall python3-gunicorn on Kali Linux:

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

3. Information about the python3-gunicorn package on Kali Linux

Package: python3-gunicorn
Source: gunicorn
Version: 20.1.0-6
Installed-Size: 282
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pkg-resources, python3-setuptools, python3:any
Size: 57856
SHA256: 48bd43ec1b8eaa425e0f4ee22c67953aed884e6697324b11b798c3105dbe4d60
SHA1: 9b3ff551568d137f48794c5bd97857ae65393281
MD5sum: 83b68cb6a828b77ec4c076e4bb9db387
Description: Event-based HTTP/WSGI server (Python 3 libraries)
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
.
This is the Python 3 library.
Description-md5:
Homepage: https://gunicorn.org/
Section: httpd
Priority: optional
Filename: pool/main/g/gunicorn/python3-gunicorn_20.1.0-6_all.deb