How to Install and Uninstall libblosc-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 19,2024

1. Install "libblosc-dev" package

Learn how to install libblosc-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libblosc-dev

2. Uninstall "libblosc-dev" package

Please follow the step by step instructions below to uninstall libblosc-dev on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libblosc-dev package on Ubuntu 21.10 (Impish Indri)

Package: libblosc-dev
Architecture: amd64
Version: 1.20.1+ds1-2
Priority: optional
Section: universe/libdevel
Source: c-blosc
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 167
Depends: libblosc1 (= 1.20.1+ds1-2)
Filename: pool/universe/c/c-blosc/libblosc-dev_1.20.1+ds1-2_amd64.deb
Size: 40328
MD5sum: 5a6f5bb8a719875086804262cedfca37
SHA1: 00d6fabdb02eaf911205bd591678bbf73bb43c2c
SHA256: 2055ec825fb87d8f763b862965943d09e934388c4e9eedfa39e714e447e3edd4
SHA512: a1800cff628c57e267318dc512c74983cc42b5a52f40ff2f20316440fa92d566b5ab698828ab839e0c652842f372645e05f3c336a6bbb3410c0823ad4d72e7a8
Homepage: https://blosc.org/
Description-en: 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: d4cb8f384fede65d372e621a91fbb94e