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

Last updated: May 10,2024

1. Install "python3-brotli" package

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

$ sudo apt update $ sudo apt install python3-brotli

2. Uninstall "python3-brotli" package

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

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

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

Package: python3-brotli
Architecture: amd64
Version: 1.0.3-1ubuntu1~16.04.2
Priority: optional
Section: universe/python
Source: brotli
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Buchert
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 733
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
Filename: pool/universe/b/brotli/python3-brotli_1.0.3-1ubuntu1~16.04.2_amd64.deb
Size: 265800
MD5sum: 2a944f66ceb0ee33bdb7d57056306b9b
SHA1: 234586f238fb9050e7727933cfbd499ef0b4dc2b
SHA256: 760223af9950242de74687251adf3a99305162e107d6e860890663b9fcabe36b
SHA512: 1a9075edccba20777ad952628c14194b124850ce2b10b13803819486b7b99e00c9f905c280c6f7392d61788a6f6ce2bddd082546a58e4fd88ef451ce316ff272
Homepage: https://github.com/google/brotli
Description-en: 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: f79f8a65d809e32c7143932aeb4e3c15

Package: python3-brotli
Priority: optional
Section: universe/python
Installed-Size: 740
Maintainer: Ubuntu Developers
Original-Maintainer: Tomasz Buchert
Architecture: amd64
Source: brotli
Version: 0.3.0+dfsg-2
Depends: python3 (<< 3.6), python3 (>= 3.5~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/b/brotli/python3-brotli_0.3.0+dfsg-2_amd64.deb
Size: 266388
MD5sum: 202e184d58b15d111b6643d7e9087c53
SHA1: fabcc991d58ccb92fb531b66c323e45d6e483860
SHA256: c3e8b8e4846bdf7a07d9b1ecfd6ba9a67444a5342865b10ec6e6b2275bdcf214
Description-en: 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: f79f8a65d809e32c7143932aeb4e3c15
Homepage: https://github.com/google/brotli
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu