How to Install and Uninstall python3-Brotli Package on openSUSE Leap

Last updated: May 10,2024

1. Install "python3-Brotli" package

Please follow the guidelines below to install python3-Brotli on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-Brotli

2. Uninstall "python3-Brotli" package

This is a short guide on how to uninstall python3-Brotli on openSUSE Leap:

$ sudo zypper remove python3-Brotli

3. Information about the python3-Brotli package on openSUSE Leap

Information for package python3-Brotli:
---------------------------------------
Repository : Main Repository
Name : python3-Brotli
Version : 1.0.7-1.6
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 747.8 KiB
Installed : No
Status : not installed
Source package : python-Brotli-1.0.7-1.6.src
Upstream URL : https://github.com/google/brotli
Summary : Python bindings for the Brotli compression library
Description :
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.
The specification of the Brotli Compressed Data Format is defined in RFC 7932.