How to Install and Uninstall python3-hpack Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python3-hpack" package

In this section, we are going to explain the necessary steps to install python3-hpack on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-hpack

2. Uninstall "python3-hpack" package

Please follow the steps below to uninstall python3-hpack on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the python3-hpack package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-hpack
Priority: optional
Section: universe/python
Installed-Size: 66
Maintainer: Ubuntu Developers
Original-Maintainer: Sebastien Delafond
Architecture: all
Source: python-hpack
Version: 2.1.0-1
Depends: python3:any (>= 3.3.2-2~)
Filename: pool/universe/p/python-hpack/python3-hpack_2.1.0-1_all.deb
Size: 13548
MD5sum: 9efb1472d8ff0cad15cd810721e7cb22
SHA1: 8b5c0bffcac65b4e1a9c83c7bb5c39d6b2fb4217
SHA256: fd80341843b783372a3340ee6078d86ab22278755aef0d29e5f7d801653e8341
Description-en: 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: adc008237cf5c2baa13ab0c794a57aa6
Homepage: http://hyper.readthedocs.org/en/latest/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu