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

Last updated: May 21,2024

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

Please follow the guidance below to install python3-django-websocket-redis on Ubuntu 16.04 LTS (Xenial Xerus)

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

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

Please follow the guidance below to uninstall python3-django-websocket-redis on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3-django, python3-greenlet, python3-pkg-resources, python3-redis, python3-six, python3:any (>= 3.3.2-2~)
Suggests: uwsgi
Filename: pool/universe/d/django-websocket-redis/python3-django-websocket-redis_0.4.5-2_all.deb
Size: 18242
MD5sum: 9990589df097fae693ee57e1fa45525a
SHA1: c59c12a8d1eb85c06e7ae7dcc5bf1c95295e9dab
SHA256: 8721032fed1fed366ff676c3442644070e6e5424a294169747b605364b88a7e5
Description-en: Websockets for Django applications using Redis (Python3 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 3 version of the library.
Description-md5: cf3269ad7b106dfa3b7ae04240384697
Homepage: https://github.com/jrief/django-websocket-redis
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu