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

Last updated: July 07,2024

1. Install "python310-blosc2" package

Please follow the instructions below to install python310-blosc2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-blosc2

2. Uninstall "python310-blosc2" package

Please follow the guidelines below to uninstall python310-blosc2 on openSuSE Tumbleweed:

$ sudo zypper remove python310-blosc2

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

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