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

Last updated: May 02,2024

1. Install "gunicorn-examples" package

Please follow the steps below to install gunicorn-examples on Kali Linux

$ sudo apt update $ sudo apt install gunicorn-examples

2. Uninstall "gunicorn-examples" package

Please follow the guidance below to uninstall gunicorn-examples on Kali Linux:

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

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

Package: gunicorn-examples
Source: gunicorn
Version: 20.1.0-6
Installed-Size: 126
Maintainer: Debian Python Team
Architecture: all
Recommends: libjs-jquery, libjs-jquery-flot
Size: 26132
SHA256: 3e598eb04f44effcef08d11c213a1815736054dd345479bd3f4f179e1690dc20
SHA1: 3977d1491e2b6718e5a3d4dced98a2e45c518840
MD5sum: 51ad85814a5bba0f7e6f0e582fac094e
Description: Event-based HTTP/WSGI server (examples)
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
.
These are the examples.
Description-md5:
Multi-Arch: foreign
Homepage: https://gunicorn.org/
Section: httpd
Priority: optional
Filename: pool/main/g/gunicorn/gunicorn-examples_20.1.0-6_all.deb