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

Last updated: December 25,2024

1. Install "python-django-websocket-redis" package

Learn how to install python-django-websocket-redis on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-django-websocket-redis" package

This tutorial shows how to uninstall python-django-websocket-redis on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-django-websocket-redis
Priority: optional
Section: universe/python
Installed-Size: 90
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: django-websocket-redis
Version: 0.4.5-2
Depends: python-django, python-gevent, python-greenlet, python-pkg-resources, python-redis, python-six, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: uwsgi
Filename: pool/universe/d/django-websocket-redis/python-django-websocket-redis_0.4.5-2_all.deb
Size: 18166
MD5sum: 33c6496bb83328fe379d09a2db8c6424
SHA1: 5080b0ae0fbb1fb33b95bc13bf570c6546041faf
SHA256: b505a4f7c7d081b2f6d328b43feb80eeadde12d51d583ccffcb8931d69d1cd39
Description-en: Websockets for Django applications using Redis (Python2 version)
This module implements websockets on top of Django without requiring any
additional framework. For messaging it uses the Redis datastore. In a
production environment, it is intended to work under uWSGI and behind NGiNX or
Apache. In a development environment, it can be used with the Django built-in
webserver.
.
This package contains the Python 2 version of the library.
Description-md5: 15ebf1b9882923c41f58451a5eb97622
Homepage: https://github.com/jrief/django-websocket-redis
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu