How to Install and Uninstall gunicorn Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 03,2024

1. Install "gunicorn" package

In this section, we are going to explain the necessary steps to install gunicorn on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install gunicorn

2. Uninstall "gunicorn" package

This guide covers the steps necessary to uninstall gunicorn on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the gunicorn package on Ubuntu 20.10 (Groovy Gorilla)

Package: gunicorn
Architecture: all
Version: 20.0.4-4
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.0.4-4), python3:any
Suggests: python3-pastedeploy, python3-setproctitle, python3-tornado
Conflicts: gunicorn3
Replaces: gunicorn3
Filename: pool/universe/g/gunicorn/gunicorn_20.0.4-4_all.deb
Size: 11772
MD5sum: 3499da8795c1a82b74eefbd0be11eb3a
SHA1: be9dac045339cb955f3feb94c0bf9bce48ff8ef6
SHA256: 29265813b510b2f6907c58554e1ccf357638654ee35c1e1da3f1e5bbc4dc0be0
SHA512: 80758c3cd9eb50f19e57238560e6c79ee4bb569b3e52d24f3ae231dd18a2c53c02a6fbdfbbe8eddae7e0e9813896ad7c0bbd9b8bf9a3d0cd5212161bf7113fb6
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