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

Last updated: October 05,2024

1. Install "python39-pyzstd" package

Please follow the guidance below to install python39-pyzstd on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pyzstd

2. Uninstall "python39-pyzstd" package

This guide let you learn how to uninstall python39-pyzstd on openSuSE Tumbleweed:

$ sudo zypper remove python39-pyzstd

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

Information for package python39-pyzstd:
----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pyzstd
Version : 0.15.9-1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 232.8 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.