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

Last updated: June 02,2024

1. Install "python311-blosc2" package

This guide covers the steps necessary to install python311-blosc2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-blosc2

2. Uninstall "python311-blosc2" package

This is a short guide on how to uninstall python311-blosc2 on openSuSE Tumbleweed:

$ sudo zypper remove python311-blosc2

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

Information for package python311-blosc2:
-----------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-blosc2
Version : 2.5.1-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1016.1 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.