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

Last updated: May 21,2024

1. Install "gunicorn3" package

In this section, we are going to explain the necessary steps to install gunicorn3 on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install gunicorn3

2. Uninstall "gunicorn3" package

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

$ sudo apt remove gunicorn3 $ sudo apt autoclean && sudo apt autoremove

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

Package: gunicorn3
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: 44
Depends: python3-gunicorn (= 19.4.5-1ubuntu1.1), python3:any (>= 3.2~)
Suggests: gunicorn-examples (= 19.4.5-1ubuntu1.1), python3-pastedeploy, python3-setproctitle, python3-tornado
Filename: pool/universe/g/gunicorn/gunicorn3_19.4.5-1ubuntu1.1_all.deb
Size: 17424
MD5sum: 7f900a12b8ec2357b7acfb2295c0010f
SHA1: ab18cbc3011a36b400bf1cfbdb3d7f830ea75bd2
SHA256: 48ffaa800fc38d9dc8343151b5fed301a800ea56e424a724974adcd2e0665aa0
SHA512: a82971ac958383f3cb48a2a9d45bd05627f75fe374cdf3930e9dcd3ac0d182708a5d5f7bc1fb4f61df71fdbb8fb6f9fe58f37f5154774ab13ffb6daf15add0ce
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 version.
Description-md5: fa920de2fc4537534d10561b294190d1

Package: gunicorn3
Priority: optional
Section: universe/httpd
Installed-Size: 44
Maintainer: Ubuntu Developers
Original-Maintainer: Chris Lamb
Architecture: all
Source: gunicorn
Version: 19.4.5-1ubuntu1
Depends: python3-gunicorn (= 19.4.5-1ubuntu1), python3:any (>= 3.2~)
Suggests: gunicorn-examples (= 19.4.5-1ubuntu1), python3-pastedeploy, python3-setproctitle, python3-tornado
Filename: pool/universe/g/gunicorn/gunicorn3_19.4.5-1ubuntu1_all.deb
Size: 17370
MD5sum: dc5e05948295af72e4deb239907a22c8
SHA1: 1b990468f2ac06b17dde12f76e9b08e79d0b7222
SHA256: 11945050244b231437bf1c6a287d5c945f40f1f081ff96e98ec28345fb1320fd
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 version.
Description-md5: fa920de2fc4537534d10561b294190d1
Homepage: http://gunicorn.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu