How to Install and Uninstall python3-django-channels Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-django-channels" package

Please follow the steps below to install python3-django-channels on Kali Linux

$ sudo apt update $ sudo apt install python3-django-channels

2. Uninstall "python3-django-channels" package

This is a short guide on how to uninstall python3-django-channels on Kali Linux:

$ sudo apt remove python3-django-channels $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-django-channels package on Kali Linux

Package: python3-django-channels
Source: python-django-channels
Version: 4.0.0-3
Installed-Size: 123
Maintainer: Debian Python Team
Architecture: all
Depends: python3-asgiref (>= 3.2.10), python3-django, python3:any
Suggests: python-django-channels-doc, daphne
Size: 30744
SHA256: a56e430dc1965f1a76db43f863a420a5f93b4cfacdb9d65231b0388b301c26e7
SHA1: ea1ea7fae7ecfd19a80de8290a18a638cffc3bb8
MD5sum: a30dc25883c376efdfa83375c55551c4
Description: Developer-friendly asynchrony for Django (Python3 version)
Channels is a project to make Django able to handle more than just plain HTTP
requests, including WebSockets and HTTP2, as well as the ability to run code
after a response has been sent for things like thumbnailing or background
calculation.
.
It’s an easy-to-understand extension of the Django view model, and easy to
integrate and deploy.
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/django/channels/
Section: python
Priority: optional
Filename: pool/main/p/python-django-channels/python3-django-channels_4.0.0-3_all.deb