How to Install and Uninstall gunicorn Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 03,2024

1. Install "gunicorn" package

Please follow the guidelines below to install gunicorn on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gunicorn

2. Uninstall "gunicorn" package

Please follow the step by step instructions below to uninstall gunicorn on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the gunicorn package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: gunicorn
Architecture: all
Version: 19.4.5-1ubuntu1.1
Priority: optional
Section: universe/python
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 50
Provides: httpd-wsgi
Depends: python-gunicorn (= 19.4.5-1ubuntu1.1), python-pkg-resources, python-setuptools, python:any (>= 2.6~)
Suggests: gunicorn-examples (= 19.4.5-1ubuntu1.1), python-gevent, python-pastedeploy, python-setproctitle, python-tornado
Filename: pool/universe/g/gunicorn/gunicorn_19.4.5-1ubuntu1.1_all.deb
Size: 17914
MD5sum: f75b52e3c01e56ccfb79c19a6621d6fd
SHA1: 620c037859ed12f3149bdc4c0cd588ae79681dd5
SHA256: 8b23d23e561f4a4bd4d0e9d8ba668e428cb46bd88f85aa00044a74245461a944
SHA512: 757192e93af8665bab1219fa5608624f7d0bbd1930e7d9ba2538577ae3d345b701ef9ddc5f591969cca85aff99c8b1325c34c766742a88d15a7384cc088abe44
Homepage: http://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
.
This is the Python 2 version.
Description-md5: fefdd5252af06eada228f2f1d4894cbf

Package: gunicorn
Priority: optional
Section: universe/python
Installed-Size: 50
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Architecture: all
Version: 19.4.5-1ubuntu1
Provides: httpd-wsgi
Depends: python-gunicorn (= 19.4.5-1ubuntu1), python-pkg-resources, python-setuptools, python:any (>= 2.6~)
Suggests: gunicorn-examples (= 19.4.5-1ubuntu1), python-gevent, python-pastedeploy, python-setproctitle, python-tornado
Filename: pool/universe/g/gunicorn/gunicorn_19.4.5-1ubuntu1_all.deb
Size: 17856
MD5sum: b21fc379e4b0641ef70037bf14c523e9
SHA1: bd030d9567d04e5c223039905305dcdf83efc6fb
SHA256: d791bcb4159a7e9af1fc8feddb6bfcab68308f6778142ff8ec93263512b8f127
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
.
This is the Python 2 version.
Description-md5: fefdd5252af06eada228f2f1d4894cbf
Homepage: http://gunicorn.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu