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

Last updated: December 25,2024

1. Install "python-gunicorn" package

Please follow the steps below to install python-gunicorn on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-gunicorn

2. Uninstall "python-gunicorn" package

This guide covers the steps necessary to uninstall python-gunicorn on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-gunicorn
Architecture: all
Version: 19.4.5-1ubuntu1.1
Priority: optional
Section: universe/httpd
Source: gunicorn
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 426
Depends: python-pkg-resources, python-setuptools, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Breaks: gunicorn (<< 19.0-3)
Replaces: gunicorn (<< 19.0-3)
Filename: pool/universe/g/gunicorn/python-gunicorn_19.4.5-1ubuntu1.1_all.deb
Size: 81240
MD5sum: 28532fb88cb0a35e7d8cf2c005188f8e
SHA1: 0f55d106fb9bfdfcb0b5a2637faa44d20079afbe
SHA256: 46d668330ca69fc0edf47ed497516a839d93de67654fbb8beb626575519635f2
SHA512: d32b47326b75176182d650522cbc611d9658c082b9c43afc90cc2fa9edd5b728b4899d07bb850bb03262b0f679e62d433faf86ab54d8ccd6e22350c2df72a8bb
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 library.
Description-md5: cdd2c3df1acf3455a327895295f5dc1a

Package: python-gunicorn
Priority: optional
Section: universe/httpd
Installed-Size: 426
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Architecture: all
Source: gunicorn
Version: 19.4.5-1ubuntu1
Replaces: gunicorn (<< 19.0-3)
Depends: python-pkg-resources, python-setuptools, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Breaks: gunicorn (<< 19.0-3)
Filename: pool/universe/g/gunicorn/python-gunicorn_19.4.5-1ubuntu1_all.deb
Size: 81056
MD5sum: 2618bd71c4646c3803abc27012890887
SHA1: 8328dd83310b9fb455fb415e5a4a32bf663b7d01
SHA256: 7c90f6eb751920bea4128b395eb11312bf80ee0285e2df1543a316876a1f3530
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 library.
Description-md5: cdd2c3df1acf3455a327895295f5dc1a
Homepage: http://gunicorn.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu