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

Last updated: May 20,2024

1. Install "libblosc2-dev" package

This guide let you learn how to install libblosc2-dev on Kali Linux

$ sudo apt update $ sudo apt install libblosc2-dev

2. Uninstall "libblosc2-dev" package

Please follow the guidance below to uninstall libblosc2-dev on Kali Linux:

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

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

Package: libblosc2-dev
Source: c-blosc2
Version: 2.13.1+ds-1
Installed-Size: 1196
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: libblosc2-2 (= 2.13.1+ds-1)
Size: 260436
SHA256: 381483f90517678e41f8d0ce9952061415eec3254ff86edad6347fb136056c29
SHA1: ad1ad066ea820b5ba5137cf1b3c33e5707fd178b
MD5sum: 7a2835157cc8bc42257b59515672beef
Description: Fast, compressed, persistent binary data store library for C (development files)
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.
.
This package contains the development files required to build programs against
Blosc2.
Description-md5:
Multi-Arch: same
Homepage: https://blosc.org/
Section: libdevel
Priority: optional
Filename: pool/main/c/c-blosc2/libblosc2-dev_2.13.1+ds-1_amd64.deb

5. The same packages on other Linux Distributions