How to Install and Uninstall libblosc-dev Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: October 06,2024

1. Install "libblosc-dev" package

Learn how to install libblosc-dev on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install libblosc-dev

2. Uninstall "libblosc-dev" package

In this section, we are going to explain the necessary steps to uninstall libblosc-dev on Ubuntu 20.10 (Groovy Gorilla):

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

3. Information about the libblosc-dev package on Ubuntu 20.10 (Groovy Gorilla)

Package: libblosc-dev
Architecture: amd64
Version: 1.17.1+ds1-1
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: 165
Depends: libblosc1 (= 1.17.1+ds1-1)
Filename: pool/universe/c/c-blosc/libblosc-dev_1.17.1+ds1-1_amd64.deb
Size: 38668
MD5sum: cc2a16e2b23e8f853be0fd8e0b28b55d
SHA1: 6f2772f7cae6d167cf9cb27e29dd5359ffc7d91b
SHA256: e9d9cff0fda9fe222b8232a8b8675bf195de3a1ebad7d40a61b68169cf93988b
SHA512: fd04ada643624d79f2bb132dea4fc02c0ed01fed51b6bb616ec71e3061448792c655c0d3276cdd0a80a1d77132d712e907e2b61d74924120767afa33ea37dd4e
Homepage: http://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