How to Install and Uninstall libblosc2-2 Package on Kali Linux

Last updated: November 07,2024

1. Install "libblosc2-2" package

Please follow the guidance below to install libblosc2-2 on Kali Linux

$ sudo apt update $ sudo apt install libblosc2-2

2. Uninstall "libblosc2-2" package

This guide let you learn how to uninstall libblosc2-2 on Kali Linux:

$ sudo apt remove libblosc2-2 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libblosc2-2 package on Kali Linux

Package: libblosc2-2
Source: c-blosc2
Version: 2.13.1+ds-1
Installed-Size: 524
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Size: 184980
SHA256: 81161a374cb1d133afc7563383b6cc8117af6bb51dfbf9da736f9e82c2e2f832
SHA1: 77b767689ada8b0f62a8b775eb4a554a4fc05072
MD5sum: 5aea3abe414129f3e107a6011d293981
Description: Fast, compressed, persistent binary data store library for C
Blosc 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
main goal is not just to reduce the size of large datasets on-disk or
in-memory, but also to accelerate memory-bound computations.
.
C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
compatible with both the C-Blosc1 API and its in-memory format. However, the
reverse thing is generally not true for the format; buffers generated with
C-Blosc2 are not format-compatible with C-Blosc1 (i.e. forward compatibility
is not supported). In case you want to ensure full API compatibility with
C-Blosc1 API, define the BLOSC1_COMPAT symbol.
Description-md5:
Multi-Arch: same
Homepage: https://blosc.org/
Section: libs
Priority: optional
Filename: pool/main/c/c-blosc2/libblosc2-2_2.13.1+ds-1_amd64.deb