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

Last updated: June 18,2024

1. Install "python3-aioquic" package

This is a short guide on how to install python3-aioquic on Kali Linux

$ sudo apt update $ sudo apt install python3-aioquic

2. Uninstall "python3-aioquic" package

Here is a brief guide to show you how to uninstall python3-aioquic on Kali Linux:

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

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

Package: python3-aioquic
Source: aioquic
Version: 0.9.25-3
Installed-Size: 462
Maintainer: Debian Python Team
Architecture: amd64
Depends: python3 (>= 3~), python3-certifi, python3-cryptography, python3-openssl, python3-pylsqpack, python3-service-identity (>= 24.1.0), python3:any, libc6 (>= 2.14), libssl3 (>= 3.0.0)
Suggests: python-aioquic-doc
Size: 72508
SHA256: cf9ff7b1ba58f2e7a40665e3398499d26556b61cc164cd2ed1b535541c4a1023
SHA1: 85b0ee84bbf00267c9c2bfd34b4d262c744619c1
MD5sum: 749da934d466815a98c69190338420d8
Description: Python implementation of QUIC and HTTP/3
Library for the QUIC network protocol in Python. It features
a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.
.
QUIC was standardised in `RFC 9000`_ and HTTP/3 in `RFC 9114`_.
``aioquic`` is regularly tested for interoperability against other
`QUIC implementations`_.
.
Features
--------
- QUIC stack conforming with `RFC 9000`_
- HTTP/3 stack conforming with `RFC 9114`_
- minimal TLS 1.3 implementation conforming with `RFC 8446`_
- IPv4 and IPv6 support
- connection migration and NAT rebinding
- logging TLS traffic secrets
- logging QUIC events in QLOG format
- HTTP/3 server push support
Description-md5:
Homepage: https://github.com/aiortc/aioquic
Section: python
Priority: optional
Filename: pool/main/a/aioquic/python3-aioquic_0.9.25-3_amd64.deb