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

Last updated: July 08,2024

1. Install "python-django-websocket" package

Here is a brief guide to show you how to install python-django-websocket on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-django-websocket

2. Uninstall "python-django-websocket" package

In this section, we are going to explain the necessary steps to uninstall python-django-websocket on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-django-websocket $ sudo apt autoclean && sudo apt autoremove

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

Package: python-django-websocket
Priority: extra
Section: universe/python
Installed-Size: 51
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Version: 0.3.0-4
Depends: python (>= 2.7), python (<< 2.8), python-pkg-resources, python-django
Filename: pool/universe/p/python-django-websocket/python-django-websocket_0.3.0-4_all.deb
Size: 13010
MD5sum: a195071a4a92fd4800691e4e693c8cc2
SHA1: 0a4416f016691a8182cab414085a07e3cfb5e673
SHA256: 18f8a625b1bfd3728896b5dbf7ee3893da190a9a016293aa9c097684093d797d
Description-en: Websocket support for django
The django-websocket module provides an implementation of the WebSocket
Protocol for django. It handles all the low-level details like
establishing the connection through sending handshake reply, parsing
messages from the browser etc...
.
It integrates well into django since it provides easy hooks to receive
WebSocket requests either for single views through decorators or for
the whole site through a custom middleware.
Description-md5: f136be4f797e1dbf286094c22a1c4582
Homepage: http://pypi.python.org/pypi/django-websocket
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu