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

Last updated: May 10,2024

1. Install "chaussette" package

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

$ sudo apt update $ sudo apt install chaussette

2. Uninstall "chaussette" package

This guide let you learn how to uninstall chaussette on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove chaussette $ sudo apt autoclean && sudo apt autoremove

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

Package: chaussette
Priority: optional
Section: universe/python
Installed-Size: 123
Maintainer: Ubuntu Developers
Original-Maintainer: David Douard
Architecture: all
Version: 1.3.0-1
Depends: python-six (>= 1.3), python-paste, python-pastedeploy, python, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-nose, python-socketio, python-ws4py, python-waitress, python-tornado, python-requests, python-minimock, python-greenlet, python-eventlet, python-gevent-websocket, python-werkzeug
Filename: pool/universe/c/chaussette/chaussette_1.3.0-1_all.deb
Size: 18848
MD5sum: dc33dd99e803dc6ad110acda94ed8271
SHA1: 2e7df07815c084ba33c6d17c480ae1a8dd77cc4f
SHA256: abe897634e52961c9adbfd3880aaaccce11b4adb913b6ade756825ffca604c93
Description-en: WSGI Server for Circus
Chaussette is a WSGI server you can use to run your Python WSGI applications.
.
The particularity of Chaussette is that it can either bind a socket on a port
like any other server does or run against already opened sockets.
.
That makes Chaussette the best companion to run a WSGI or Django stack under
a process and socket manager, such as Circus or Supervisor.
Description-md5: aaedfdd6dfb7ae62e660868827c80c72
Homepage: https://chaussette.readthedocs.org
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu