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

Last updated: May 19,2024

1. Install "python3-h11" package

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

$ sudo apt update $ sudo apt install python3-h11

2. Uninstall "python3-h11" package

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

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

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

Package: python3-h11
Source: python-h11
Version: 0.14.0-1
Installed-Size: 237
Maintainer: Debian Python Team
Architecture: all
Depends: python3-typing-extensions | python3 (>> 3.8), python3:any
Size: 50148
SHA256: 4cdeaf9daf222a2add4e2b2f3b1fdf4f9ce5a2a2ad285a6f296259390bf6b32f
SHA1: 8ef59236444c729fe801f0311741087880de0583
MD5sum: c6d46450145c07ce4932f87a87678977
Description: Pure-Python, bring-your-own-I/O implementation of HTTP/1.1 (Python 3)
HTTP/1.1 library written from scratch in Python, heavily inspired by
hyper-h2.
.
It's a "bring-your-own-I/O" library; h11 contains no IO code
whatsoever. This means you can hook h11 up to your favorite network
API, and that could be anything you want: synchronous, threaded,
asynchronous, or your own implementation of RFC 6214 – h11 won’t
judge you.
.
This is the Python 3 package.
Description-md5:
Homepage: https://github.com/python-hyper/h11
Section: python
Priority: optional
Filename: pool/main/p/python-h11/python3-h11_0.14.0-1_all.deb