How to Install and Uninstall libblosc1 Package on Kali Linux

Last updated: October 05,2024

1. Install "libblosc1" package

Please follow the step by step instructions below to install libblosc1 on Kali Linux

$ sudo apt update $ sudo apt install libblosc1

2. Uninstall "libblosc1" package

This guide let you learn how to uninstall libblosc1 on Kali Linux:

$ sudo apt remove libblosc1 $ sudo apt autoclean && sudo apt autoremove

3. Information about the libblosc1 package on Kali Linux

Package: libblosc1
Source: c-blosc (1.21.5+ds-1)
Version: 1.21.5+ds-1+b1
Installed-Size: 102
Maintainer: Håvard F. Aasen
Architecture: amd64
Depends: libc6 (>= 2.34), liblz4-1 (>= 0.0~r130), libsnappy1v5 (>= 1.1.10), libzstd1 (>= 1.5.5), zlib1g (>= 1:1.1.4)
Size: 49572
SHA256: 438c4c117160ca5934015ddc93a7360a806603cad89eca377d2a88014364c3fa
SHA1: 5638040db9849ea06d3e9292a8e91c102421ef5d
MD5sum: 1089d5139805f0addb7a0b3a6bd720c3
Description: high performance meta-compressor optimized for binary data
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.
Description-md5:
Multi-Arch: same
Homepage: https://blosc.org/
Tag: role::shared-lib
Section: libs
Priority: optional
Filename: pool/main/c/c-blosc/libblosc1_1.21.5+ds-1+b1_amd64.deb