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

Last updated: October 06,2024

1. Install "python39-blosc2" package

Learn how to install python39-blosc2 on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-blosc2

2. Uninstall "python39-blosc2" package

In this section, we are going to explain the necessary steps to uninstall python39-blosc2 on openSuSE Tumbleweed:

$ sudo zypper remove python39-blosc2

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

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