How to Install and Uninstall python38-Brotli Package on openSuSE Tumbleweed

Last updated: July 08,2024

1. Install "python38-Brotli" package

Please follow the step by step instructions below to install python38-Brotli on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-Brotli

2. Uninstall "python38-Brotli" package

Please follow the guidance below to uninstall python38-Brotli on openSuSE Tumbleweed:

$ sudo zypper remove python38-Brotli

3. Information about the python38-Brotli package on openSuSE Tumbleweed

Information for package python38-Brotli:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-Brotli
Version : 1.0.9-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 761,4 KiB
Installed : No
Status : not installed
Source package : python-Brotli-1.0.9-1.6.src
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.