How to Install and Uninstall libblosc1 Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "libblosc1" package

This is a short guide on how to install libblosc1 on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install libblosc1

2. Uninstall "libblosc1" package

This guide let you learn how to uninstall libblosc1 on Ubuntu 21.10 (Impish Indri):

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

3. Information about the libblosc1 package on Ubuntu 21.10 (Impish Indri)

Package: libblosc1
Architecture: amd64
Version: 1.20.1+ds1-2
Priority: optional
Section: universe/libs
Source: c-blosc
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 98
Depends: libc6 (>= 2.14), liblz4-1 (>= 0.0~r130), libsnappy1v5 (>= 1.1.8), libzstd1 (>= 1.3.2), zlib1g (>= 1:1.1.4)
Filename: pool/universe/c/c-blosc/libblosc1_1.20.1+ds1-2_amd64.deb
Size: 33192
MD5sum: 21ec3c4d443647e8f33bcb1795fef5d9
SHA1: f4bb6ba5396e2895d8c2ea2d20dc86c5770c8637
SHA256: 61e6045b55fa7841ecd1fc6e719b8562514743c4d38414eec22f5ec350ad689d
SHA512: d87df116036ba6654e62323d0dd9251ba5c4c5cd224866585db1cc2f7a7bc9434822427f86050deaecad407ee4ef5f987fcdc668443842d9ed8914481907bbc8
Homepage: https://blosc.org/
Description-en: 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: 00198534c7d52daa250235b07fd3d873
Task: ubuntustudio-video, ubuntustudio-graphics