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

Last updated: October 06,2024

1. Install "python3-gunicorn" package

Learn how to install python3-gunicorn on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-gunicorn

2. Uninstall "python3-gunicorn" package

This is a short guide on how to uninstall python3-gunicorn on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: 425
Depends: python3-pkg-resources, python3-setuptools, python3:any (>= 3.3.2-2~)
Filename: pool/universe/g/gunicorn/python3-gunicorn_19.4.5-1ubuntu1.1_all.deb
Size: 81360
MD5sum: 2c848ff29d62d06267ab32e66ca9b246
SHA1: a42921192d7cda2a07f5114f16166b1a6e4e9d67
SHA256: 40fc8722afa907dc27918e8896eaa83f06e04ade5b18b783e1cff731d4a391ee
SHA512: a348807d85b28a71aae7ed4942c67f6e75fb19ec33c0afb9a787b8e218a059919695f5d59e02bc644fa1126b9f68cad1dcb85df91a18069d1f36b46d13e29a08
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 3 library.
Description-md5: 945d68be1f8c42cfc0c5956690d142e2

Package: python3-gunicorn
Priority: optional
Section: universe/httpd
Installed-Size: 425
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Architecture: all
Source: gunicorn
Version: 19.4.5-1ubuntu1
Depends: python3-pkg-resources, python3-setuptools, python3:any (>= 3.3.2-2~)
Filename: pool/universe/g/gunicorn/python3-gunicorn_19.4.5-1ubuntu1_all.deb
Size: 81214
MD5sum: 8ee2afc0467fa762f79e3809f84daf7b
SHA1: 3e40eda9af26bf2b13047500787dc49a1b37146b
SHA256: 8d6661a57f5fd17e7df71722f4fab9a7d47cfee6699e2c785337e0440f84d6af
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 3 library.
Description-md5: 945d68be1f8c42cfc0c5956690d142e2
Homepage: http://gunicorn.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu