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

Last updated: May 07,2024

1. Install "python3-brotli" package

Please follow the guidelines below to install python3-brotli on Kali Linux

$ sudo apt update $ sudo apt install python3-brotli

2. Uninstall "python3-brotli" package

In this section, we are going to explain the necessary steps to uninstall python3-brotli on Kali Linux:

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

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

Package: python3-brotli
Source: brotli (1.1.0-2)
Version: 1.1.0-2+b3
Installed-Size: 1661
Maintainer: Tomasz Buchert
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3:any, libc6 (>= 2.14)
Size: 312192
SHA256: b23b1c4838d7cc44e586346fdc0a1260dc8946352f070e4141b16b5e68685bc0
SHA1: 4e3c3cb8bef79bfd940f0976083b6d4b3978292f
MD5sum: 24857b18f6b5d2bd4d00cd4e62e9daf0
Description: lossless compression algorithm and format (Python 3 version)
Brotli is a generic-purpose lossless compression algorithm
that compresses data using a combination of a modern variant
of the LZ77 algorithm, Huffman coding and 2nd order context modeling,
with a compression ratio comparable to the best currently available
general-purpose compression methods. It is similar in speed with
deflate but offers more dense compression.
.
This package installs a Python 3 module.
Description-md5:
Homepage: https://github.com/google/brotli
Section: python
Priority: optional
Filename: pool/main/b/brotli/python3-brotli_1.1.0-2+b3_amd64.deb