How to Install and Uninstall gunicorn Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 03,2024

1. Install "gunicorn" package

Please follow the step by step instructions below to install gunicorn on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install gunicorn

2. Uninstall "gunicorn" package

Please follow the guidelines below to uninstall gunicorn on Ubuntu 21.10 (Impish Indri):

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

3. Information about the gunicorn package on Ubuntu 21.10 (Impish Indri)

Package: gunicorn
Architecture: all
Version: 20.1.0-1
Priority: optional
Section: universe/python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 33
Provides: gunicorn3, httpd-wsgi3
Depends: python3-gunicorn (= 20.1.0-1), python3:any
Suggests: python3-pastedeploy, python3-setproctitle, python3-tornado
Conflicts: gunicorn3
Replaces: gunicorn3
Filename: pool/universe/g/gunicorn/gunicorn_20.1.0-1_all.deb
Size: 11988
MD5sum: 26d10b17b672d5cc5ea57929fa81faa8
SHA1: d7db8bbca1c264e0a982c067a5593eefc14452c4
SHA256: 6b54049d4d1e998e2d3c572ba6c43cb8141a91a43b611dccfeb06ffb800ca1a6
SHA512: 5169748ed05b8f7aa9bb078590de1bfdd6573236f78d70f3ffc1c10a7732a6466c92734c5a8f4a1267f0766858e334eb96565e99109b6d27484607f9e8c6ad43
Homepage: https://gunicorn.org/
Description-en: 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: 2ff72d8c5c219c7f7f89448c09a76c6c