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

Last updated: July 04,2024

1. Install "python312-blosc2" package

Please follow the guidance below to install python312-blosc2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python312-blosc2

2. Uninstall "python312-blosc2" package

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

$ sudo zypper remove python312-blosc2

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

Information for package python312-blosc2:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python312-blosc2
Version : 2.5.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 983.5 KiB
Installed : No
Status : not installed
Source package : python-blosc2-2.5.1-1.1.src
Upstream URL : https://github.com/Blosc/python-blosc2
Summary : Python wrapper for the C-Blosc2 library
Description :
Blosc (https://blosc.org) is a high performance compressor optimized
for binary data. It has been designed to transmit data to the processor
cache faster than the traditional, non-compressed, direct memory fetch
approach via a memcpy() OS call.
Blosc works well for compressing numerical arrays that contains data
with relatively low entropy, like sparse data, time series, grids with
regular-spaced values, etc.
python-blosc2 is a Python package that wraps C-Blosc2, the newest version
of the Blosc compressor. Currently python-blosc2 already reproduces the
API of python-blosc, so the former can be used as a drop-in replacement
for the later.