How to Install and Uninstall python3-asgiref Package on Kali Linux

Last updated: May 05,2024

1. Install "python3-asgiref" package

In this section, we are going to explain the necessary steps to install python3-asgiref on Kali Linux

$ sudo apt update $ sudo apt install python3-asgiref

2. Uninstall "python3-asgiref" package

Please follow the instructions below to uninstall python3-asgiref on Kali Linux:

$ sudo apt remove python3-asgiref $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-asgiref package on Kali Linux

Package: python3-asgiref
Source: python-asgiref
Version: 3.7.2-1
Installed-Size: 102
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions | python3 (>> 3.11), python3:any
Breaks: python3-asgi-ipc (<< 2), python3-asgi-redis (<< 2)
Size: 28724
SHA256: 3dba5d96e7d52ac93d7f2564d9dec59f03c20ab1e5760f871c306cd7ee3491d0
SHA1: 700d73adc0a191aedb07c85a98781af2e079fd65
MD5sum: 7b8da4705854d0e98915112f0a595bea
Description: ASGI in-memory channel layer (Python3 version)
ASGI (Asynchronous Server Gateway Interface) is a standard for Python
asynchronous web apps and servers to communicate with each other, and
positioned as an asynchronous successor to WSGI.
.
It includes ASGI base libraries, such as:
.
* Sync-to-async and async-to-sync function wrappers, asgiref.sync
* Server base classes, asgiref.server
* A WSGI-to-ASGI adapter, in asgiref.wsgi
.
This package contains the Python 3 version of the library.
Description-md5:
Homepage: https://github.com/django/asgiref/
Section: python
Priority: optional
Filename: pool/main/p/python-asgiref/python3-asgiref_3.7.2-1_all.deb