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

Last updated: May 10,2024

1. Install "python-brotli" package

Please follow the steps below to install python-brotli on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-brotli

2. Uninstall "python-brotli" package

This tutorial shows how to uninstall python-brotli on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-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: python (<< 2.8), python (>= 2.7~), python:any (>= 2.7.5-5~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 4.1.1)
Filename: pool/universe/b/brotli/python-brotli_1.0.3-1ubuntu1~16.04.2_amd64.deb
Size: 266130
MD5sum: d0f8aa347252a997a1a5696ab490e1f1
SHA1: efe1f739320892953ab83e0b893287dcada2b1e9
SHA256: 366771241dd3e89c62769fdfa00edcb6f502bf2c0bf3ee3cf659394dcbd0757c
SHA512: 0709fdccf3c7e624a766039bf98e60d280157800d73a81d0055321111753f8e34b03544ad550cf6996a797a9e805b5fd5d83544abd50cdfa712cedd2ecd38711
Homepage: https://github.com/google/brotli
Description-en: lossless compression algorithm and format (Python 2 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 2 module.
Description-md5: 44f1706cef6311caf73e213bd7cf4708

Package: python-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: python (<< 2.8), python (>= 2.7~), libc6 (>= 2.14), libgcc1 (>= 1:3.0), libstdc++6 (>= 5.2)
Filename: pool/universe/b/brotli/python-brotli_0.3.0+dfsg-2_amd64.deb
Size: 256166
MD5sum: 3824d80e3400f1f346b2559ae0f3b614
SHA1: 49d93bb0b94dec390618006989872e60be1c5c25
SHA256: fbbe06880d3c04296ee737a5eae51c1099ae50de3c01536473590ef9abfd0665
Description-en: lossless compression algorithm and format (Python 2 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 2 module.
Description-md5: 44f1706cef6311caf73e213bd7cf4708
Homepage: https://github.com/google/brotli
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu