How to Install and Uninstall python311-pyzstd Package on openSuSE Tumbleweed

Last updated: July 04,2024

1. Install "python311-pyzstd" package

Please follow the steps below to install python311-pyzstd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pyzstd

2. Uninstall "python311-pyzstd" package

Please follow the guidance below to uninstall python311-pyzstd on openSuSE Tumbleweed:

$ sudo zypper remove python311-pyzstd

3. Information about the python311-pyzstd package on openSuSE Tumbleweed

Information for package python311-pyzstd:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pyzstd
Version : 0.15.9-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 264.7 KiB
Installed : No
Status : not installed
Source package : python-pyzstd-0.15.9-1.6.src
Upstream URL : https://github.com/animalize/pyzstd
Summary : Python bindings to Zstandard (zstd) compression library
Description :
Pyzstd module provides classes and functions for compressing and decompressing data,
using Facebook's Zstandard (or zstd as short name) algorithm.
The API is similar to Python's bz2/lzma/zlib modules.