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

Last updated: June 05,2024

1. Install "python312-Brotli" package

In this section, we are going to explain the necessary steps to install python312-Brotli on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-Brotli

2. Uninstall "python312-Brotli" package

Please follow the step by step instructions below to uninstall python312-Brotli on openSuSE Tumbleweed:

$ sudo zypper remove python312-Brotli

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

Information for package python312-Brotli:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-Brotli
Version : 1.1.0-1.5
Arch : x86_64
Vendor : openSUSE
Installed Size : 830.6 KiB
Installed : No
Status : not installed
Source package : python-Brotli-1.1.0-1.5.src
Upstream URL : https://pypi.org/project/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.