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

Last updated: May 09,2024

1. Install "python3-hpack" package

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

$ sudo apt update $ sudo apt install python3-hpack

2. Uninstall "python3-hpack" package

Learn how to uninstall python3-hpack on Kali Linux:

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

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

Package: python3-hpack
Source: python-hpack
Version: 4.0.0-2
Installed-Size: 236
Maintainer: Debian Python Team
Architecture: all
Depends: python3:any
Size: 25024
SHA256: 8327a0b09ca5ef0b2b060f82148b63c151665e787432dce9db1ada74336aaa3f
SHA1: c3828a8ccc416f9ee0ba228fdb8bb7b84eb373ce
MD5sum: eb2123f7058d23f0e730a75f18a9ba76
Description: Pure-Python3 HTTP/2 header encoding (HPACK)
This module contains a pure-Python HTTP/2 header encoding (HPACK) logic
for use in Python programs that implement HTTP/2. It also contains a
compatibility layer that automatically enables the use of nghttp2 if
it’s available.
.
This is the Python 3 version of the package.
Description-md5:
Homepage: https://github.com/python-hyper/hpack
Section: python
Priority: optional
Filename: pool/main/p/python-hpack/python3-hpack_4.0.0-2_all.deb