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

Last updated: July 01,2024

1. Install "python311-Brotli" package

This guide covers the steps necessary to install python311-Brotli on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python311-Brotli

2. Uninstall "python311-Brotli" package

Here is a brief guide to show you how to uninstall python311-Brotli on openSUSE Leap:

$ sudo zypper remove python311-Brotli

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

Information for package python311-Brotli:
-----------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : python311-Brotli
Version : 1.1.0-150400.7.5.10
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 843.0 KiB
Installed : No
Status : not installed
Source package : python-Brotli-1.1.0-150400.7.5.10.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.