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

Last updated: May 19,2024

1. Install "libblosc-dev" package

In this section, we are going to explain the necessary steps to install libblosc-dev on Kali Linux

$ sudo apt update $ sudo apt install libblosc-dev

2. Uninstall "libblosc-dev" package

This guide let you learn how to uninstall libblosc-dev on Kali Linux:

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

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

Package: libblosc-dev
Source: c-blosc (1.21.5+ds-1)
Version: 1.21.5+ds-1+b1
Installed-Size: 172
Maintainer: Håvard F. Aasen
Architecture: amd64
Depends: libblosc1 (= 1.21.5+ds-1+b1)
Size: 61588
SHA256: 19b9b213a725947b083349dd9a5230a34d21da2746c051751a37b980784d280e
SHA1: 3bd479d3cd5c94b760b78f62961b02bb7b0d51fc
MD5sum: c3782f6ef68ce74f9a91e9aa8b303887
Description: high performance meta-compressor optimized for binary data (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 is
meant not only to reduce the size of large datasets on-disk or in-memory, but
also to accelerate memory-bound computations.
.
It uses the blocking technique to reduce activity on the memory bus as much
as possible. In short, this technique works by dividing datasets in blocks
that are small enough to fit in caches of modern processors and perform
compression / decompression there. It also leverages, if available, SIMD
instructions (SSE2) and multi-threading capabilities of CPUs, in order to
accelerate the compression / decompression process to a maximum.
.
This package contains the development files required to build programs against
Blosc.
Description-md5:
Multi-Arch: same
Homepage: https://blosc.org/
Tag: devel::library, role::devel-lib
Section: libdevel
Priority: optional
Filename: pool/main/c/c-blosc/libblosc-dev_1.21.5+ds-1+b1_amd64.deb